Html Css Color HEX #574006 Madras

📋 copy color: '#574006'

red 87 ◦ green 64 ◦ blue 6

#574006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #574006

Tints of Madras #574006

RGB

 RED value IS 87 (34.38% from 255) = 55.41%

 GREEN value IS 64 (25.39% from 255) = 40.76%

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 55.41%
G = 40.76%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#574006 (or 0x574006) is known color: Madras. HEX triplet: 57, 40 and 06. RGB value is (87,64,6). Sum of RGB (Red+Green+Blue) = 87+64+6=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #574006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574006 is #A8BFF9. Grayscale: #404040. Windows color (decimal): -11059194 or 409687. OLE color: 409687.

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

Color convert

RGB 87 64 6 -
CMYK 0 0.26 0.93 0.66
HSL 42.96º 0.87% 0.18% -
HSV(B) 42.96º 0.93% 0.34% -
XYZ 5.8 5.71 0.97 -
YUV 64.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 87 64 6 0 0.26 0.93 0.66 42.96 0.87 0.18
Hex 57 40 6 0 1A 5D 42 2B 57 12
Octal 127 100 6 0 32 135 102 53 127 22
Binary 1010111 1000000 110 0 11010 1011101 1000010 101011 1010111 10010

Color Harmonies of #574006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574006

Black with #574006

Text Example


Text Example

White with #574006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574006; }

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

 H1.HeaderClassName
 {
   color: #574006;
 }
 .AnyTagClassName
 {
   color: #574006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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