#554204

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

Shades of Madras #554204

Tints of Madras #554204

Color information

#554204 (or 0x554204) is unknown color: approx Madras. HEX triplet: 55, 42 and 04. RGB value is (85,66,4). Sum of RGB (Red+Green+Blue) = 85+66+4=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554204 is #AABDFB. Grayscale: #404040. Windows color (decimal): -11189756 or 279125. OLE color: 279125.

HSL color Cylindrical-coordinate representation of color #554204: hue angle of 45.93º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #554204 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB85664-
CMYK00.220.950.67
HSL45.93º91.01%17.45%-
HSV(B)45.93º95.29%33.33%-
XYZ5.725.840.94-
YUV64.6193.79142.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=54.84%
G=42.58%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566400.220.950.6745.9391.0117.45
Hex554240165F432e5b11
Octal12510240261371035613321
Binary1010101100001010001011010111111000011101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554204; }

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

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

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

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

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

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

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

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