#553E06

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

Shades of Madras #553E06

Tints of Madras #553E06

Color information

#553E06 (or 0x553E06) is unknown color: approx Madras. HEX triplet: 55, 3E and 06. RGB value is (85,62,6). Sum of RGB (Red+Green+Blue) = 85+62+6=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #553E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E06 is #AAC1F9. Grayscale: #3E3E3E. Windows color (decimal): -11190778 or 409173. OLE color: 409173.

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

Color convert

RGB85626-
CMYK00.270.930.67
HSL42.53º86.81%17.84%-
HSV(B)42.53º92.94%33.33%-
XYZ5.55.390.92-
YUV62.4996.12144.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 62 (24.61% from 255) = 40.52%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=55.56%
G=40.52%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8562600.270.930.6742.5386.8117.84
Hex553E601B5D432b5712
Octal1257660331351035312722
Binary101010111111011001101110111011000011101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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