#554006

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

Shades of Madras #554006

Tints of Madras #554006

Color information

#554006 (or 0x554006) is unknown color: approx Madras. HEX triplet: 55, 40 and 06. RGB value is (85,64,6). Sum of RGB (Red+Green+Blue) = 85+64+6=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554006 is #AABFF9. Grayscale: #3F3F3F. Windows color (decimal): -11190266 or 409685. OLE color: 409685.

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

Color convert

RGB85646-
CMYK00.250.930.67
HSL44.05º86.81%17.84%-
HSV(B)44.05º92.94%33.33%-
XYZ5.615.610.96-
YUV63.6795.46143.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=54.84%
G=41.29%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8564600.250.930.6744.0586.8117.84
Hex554060195D432c5712
Octal12510060311351035412722
Binary1010101100000011001100110111011000011101100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554006; }

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

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

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

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

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

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

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

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