#553E08

Color #553E08 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #553E08

Tints of Madras #553E08

Color information

#553E08 (or 0x553E08) is unknown color: approx Madras. HEX triplet: 55, 3E and 08. RGB value is (85,62,8). Sum of RGB (Red+Green+Blue) = 85+62+8=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E08 is #AAC1F7. Grayscale: #3E3E3E. Windows color (decimal): -11190776 or 540245. OLE color: 540245.

HSL color Cylindrical-coordinate representation of color #553E08: hue angle of 42.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #553E08 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85628-
CMYK00.270.910.67
HSL42.08º82.8%18.24%-
HSV(B)42.08º90.59%33.33%-
XYZ5.515.390.98-
YUV62.7297.12143.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=54.84%
G=40%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8562800.270.910.6742.0882.818.24
Hex553E801B5B432a5312
Octal12576100331331035212322
Binary1010101111110100001101110110111000011101010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E08; }

 p { color: rgb(85,62,8); }

 H1.HeaderClassName
 {
   color: #553E08;
 }
 .AnyTagClassName
 {
   color: #553E08;
 }
</style>
background-color css

<style>
 a { background-color: #553E08; }

 a { background-color: rgb(85,62,8); }

 div.DivClassName
 {
   background-color: #553E08;
 }
 .BgClassName
 {
   background-color: #553E08;
 }
</style>
border-color css

<style>
 span { border-color: #553E08; }

 span { border-color: rgb(85,62,8); }

 td.TdClassName
 {
   border-color: #553E08;
 }
 .TagClassName
 {
   border-color: #553E08;
 }
</style>