crispedge.com

Color picker

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

#55533c hex color - Yellow - Warm color - Information

#55533c hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

Hex #55533c color code is between #445544 web safe hex color code and #664433 web safe hex color code. #445544 is the nearest web safe color code. You can see here many more shades of #55533c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code55533c#55533c
RGB Decimal85, 83, 60rgb(85, 83, 60)
RGB Percent33%, 33%, 24%rgb(33%, 33%, 24%)
CSS RGBa85, 83, 60,1rgba(85,83,60,1)
CMYK Modelcmyk(0%,2%,29%,67%)
HSL Color Space55,17% ,28%hsl(55,17% ,28%)
HSV Color Space55°, 29%, 33%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010101010101001100111100
Octal12512374
Decimal858360
Hex55533c

Different shades of #55533c color code.

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

Light Shade of #55533c
#737051
Dark Shade of #55533c
#373627
Saturated Shade of #55533c
#5c5935
Desaturated Shade of #55533c
#4e4d43
Grey scale Shade of #55533c
#484848
Brighten Shade
#6e6c55
Most Readable Shade
#FFFFFF

Shades of #55533c color code

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

#55533c
#4b4935
#42402e
#383728
#2f2e21
#25241a
#1c1b14
#12120d
#090906
#000000

Similar Color like #55533c color

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

#56543d
#57553e
#58563f
#595740
#5a5841
#5b5942
#5c5a43
#5d5b44
#5e5c45
#5f5d46
#605e47
#615f48
#626049
#63614a
#54523b
#53513a
#525039
#514f38
#504e37
#4f4d36
#4e4c35
#4d4b34
#4c4a33
#4b4932
#4a4831
#494730
#48462f
#47452e

Monochromatic Color with #55533c

#55533c
#807d5a
#aaa678
#d4cf96
#fff9b4
#2a291e

Tints of #55533c Color

#55533c
#676651
#7a7967
#8d8c7d
#a09f92
#b3b2a8
#c6c5be
#d9d8d3
#ecebe9
#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

#55533c
#3c3e55

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

Split Complementary

#55533c
#3c4a55
#473c55

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

Analogous Color

#55493c
#554e3c
#55533c
#52553c
#4d553c

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

#55533c
#3c5553
#533c55

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

#55533c
#3c5546
#3c3e55
#553c4a

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

#55533c
#3c3e55
#473c55
#4a553c

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 #55533c 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.

#55533c Color Code Preview on Black Background Color

This is how #55533c Color will look on black background color. Color contrast ratio is 2.69

#55533c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55533c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55533c

#55533c color code is use for CSS Background Color

Background color for the above div is #55533c

HTML with inline CSS

<div style="background-color:#55533c;"></div>

#55533c color code is use for CSS Border Color

CSS Border color for the above div is #55533c

HTML with inline CSS

<div style="border:5px solid #55533c;"></div>

CSS Border Left color for the above div is #55533c

HTML with inline CSS

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

CSS Border Right color for the above div is #55533c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55533c

HTML with inline CSS

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

CSS Border Top color for the above div is #55533c

HTML with inline CSS

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

#55533c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55533c Color code Preview on White Background

This is how #55533c Color code will look on white background color. Color contrast ratio is 7.81

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 #55533c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #55533c; }

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.