#574004

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

Shades of Madras #574004

Tints of Madras #574004

Color information

#574004 (or 0x574004) is unknown color: approx Madras. HEX triplet: 57, 40 and 04. RGB value is (87,64,4). Sum of RGB (Red+Green+Blue) = 87+64+4=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #574004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574004 is #A8BFFB. Grayscale: #404040. Windows color (decimal): -11059196 or 278615. OLE color: 278615.

HSL color Cylindrical-coordinate representation of color #574004: hue angle of 43.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #574004 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB87644-
CMYK00.260.950.66
HSL43.37º91.21%17.84%-
HSV(B)43.37º95.4%34.12%-
XYZ5.795.70.91-
YUV64.0494.12144.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=56.13%
G=41.29%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8764400.260.950.6643.3791.2117.84
Hex5740401A5F422b5b12
Octal12710040321371025313322
Binary1010111100000010001101010111111000010101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574004; }

 p { color: rgb(87,64,4); }

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

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

 a { background-color: rgb(87,64,4); }

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

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

 span { border-color: rgb(87,64,4); }

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