crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#55530e hex color - Brown - Warm color - Information

#55530e hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #55530e Color code in RGB color code model is created after adding 33.33% red color, 32.55% green color and 5.49% blue color. Hex #55530e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 84% yellow and 67% black.

Hex #55530e color code is between #445511 web safe hex color code and #664400 web safe hex color code. #445511 is the nearest web safe color code. You can see here many more shades of #55530e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code55530e#55530e
RGB Decimal85, 83, 14rgb(85, 83, 14)
RGB Percent33%, 33%, 5%rgb(33%, 33%, 5%)
CSS RGBa85, 83, 14,1rgba(85,83,14,1)
CMYK Modelcmyk(0%,2%,84%,67%)
HSL Color Space58,72% ,19%hsl(58,72% ,19%)
HSV Color Space58°, 84%, 33%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010101010101001100001110
Octal12512316
Decimal858314
Hex55530e

Different shades of #55530e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #55530e
#817e15
Dark Shade of #55530e
#292807
Saturated Shade of #55530e
#5a5809
Desaturated Shade of #55530e
#504e13
Grey scale Shade of #55530e
#313131
Brighten Shade
#6e6c27
Most Readable Shade
#FFFFFF

Shades of #55530e color code

Generate more color scales with scales (color stack) generator.

#55530e
#4b490c
#42400a
#383709
#2f2e07
#252406
#1c1b04
#121203
#090901
#000000

Similar Color like #55530e color

Find visually similar hex color codes nearing to #55530e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#56540f
#575510
#585611
#595712
#5a5813
#5b5914
#5c5a15
#5d5b16
#5e5c17
#5f5d18
#605e19
#615f1a
#62601b
#63611c
#54520d
#53510c
#52500b
#514f0a
#504e09
#4f4d08
#4e4c07
#4d4b06
#4c4a05
#4b4904
#4a4803
#494702
#484601
#474500

Monochromatic Color with #55530e

#55530e
#807d15
#aaa61c
#d4cf23
#fff92a
#2a2907

Tints of #55530e Color

#55530e
#676628
#7a7943
#8d8c5e
#a09f79
#b3b293
#c6c5ae
#d9d8c9
#ecebe4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#55530e
#0e1055

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#55530e
#0e3355
#300e55

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#55370e
#55450e
#55530e
#49550e
#3b550e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#55530e
#0e5553
#530e55

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#55530e
#0e552f
#0e1055
#550e33

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#55530e
#0e1055
#300e55
#33550e

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #55530e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#55530e Color Code Preview on Black Background Color

This is how #55530e Color will look on black background color. Color contrast ratio is 2.63

#55530e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#55530e">Your Example Paragraph content text in with font color #55530e </p>

Your Example Paragraph content text in with font color #55530e

HTML with inline CSS

<div style="color:#55530e">Your Paragraph text in with font color #55530e </div>

Your Example Paragraph content text in with font color #55530e

#55530e color code is use for CSS Background Color

Background color for the above div is #55530e

HTML with inline CSS

<div style="background-color:#55530e;"></div>

#55530e color code is use for CSS Border Color

CSS Border color for the above div is #55530e

HTML with inline CSS

<div style="border:5px solid #55530e;"></div>

CSS Border Left color for the above div is #55530e

HTML with inline CSS

<div style="border-left:5px solid #55530e;"></div>

CSS Border Right color for the above div is #55530e

HTML with inline CSS

<div style="border-right:5px solid #55530e;"></div>

CSS Border Bottom color for the above div is #55530e

HTML with inline CSS

<div style="border-bottom:5px solid #55530e;"></div>

CSS Border Top color for the above div is #55530e

HTML with inline CSS

<div style="border-top:5px solid #55530e;"></div>

#55530e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#55530e; } .examplecolorclass {color:#55530e; } .examplebordercolor {border:3px solid #55530e; }

#55530e Color code Preview on White Background

This is how #55530e Color code will look on white background color. Color contrast ratio is 7.99

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #55530e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #55530e; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.