#554206

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

Shades of Madras #554206

Tints of Madras #554206

Color information

#554206 (or 0x554206) is unknown color: approx Madras. HEX triplet: 55, 42 and 06. RGB value is (85,66,6). Sum of RGB (Red+Green+Blue) = 85+66+6=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #554206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554206 is #AABDF9. Grayscale: #414141. Windows color (decimal): -11189754 or 410197. OLE color: 410197.

HSL color Cylindrical-coordinate representation of color #554206: hue angle of 45.57º 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 #554206 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB85666-
CMYK00.220.930.67
HSL45.57º86.81%17.84%-
HSV(B)45.57º92.94%33.33%-
XYZ5.735.841-
YUV64.8494.79142.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=54.14%
G=42.04%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566600.220.930.6745.5786.8117.84
Hex554260165D432e5712
Octal12510260261351035612722
Binary1010101100001011001011010111011000011101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554206; }

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

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

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

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

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

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

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

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