#554008

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

Shades of Madras #554008

Tints of Madras #554008

Color information

#554008 (or 0x554008) is unknown color: approx Madras. HEX triplet: 55, 40 and 08. RGB value is (85,64,8). Sum of RGB (Red+Green+Blue) = 85+64+8=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #554008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554008 is #AABFF7. Grayscale: #404040. Windows color (decimal): -11190264 or 540757. OLE color: 540757.

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

Color convert

RGB85648-
CMYK00.250.910.67
HSL43.64º82.8%18.24%-
HSV(B)43.64º90.59%33.33%-
XYZ5.625.621.02-
YUV63.996.46143.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=54.14%
G=40.76%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8564800.250.910.6743.6482.818.24
Hex554080195B432c5312
Octal125100100311331035412322
Binary10101011000000100001100110110111000011101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554008; }

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

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

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

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

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

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

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

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