Html Css Color HEX #564004 Madras

📋 copy color: '#564004'

red 86 ◦ green 64 ◦ blue 4

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

Shades of Madras #564004

Tints of Madras #564004

RGB

 RED value IS 86 (33.98% from 255) = 55.84%

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

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 55.84%
G = 41.56%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#564004 (or 0x564004) is known color: Madras. HEX triplet: 56, 40 and 04. RGB value is (86,64,4). Sum of RGB (Red+Green+Blue) = 86+64+4=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #564004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564004 is #A9BFFB. Grayscale: #404040. Windows color (decimal): -11124732 or 278614. OLE color: 278614.

HSL color Cylindrical-coordinate representation of color #564004: hue angle of 43.9º 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 #564004 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 64 4 -
CMYK 0 0.26 0.95 0.66
HSL 43.9º 0.91% 0.18% -
HSV(B) 43.9º 0.95% 0.34% -
XYZ 5.69 5.65 0.91 -
YUV 63.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 86 64 4 0 0.26 0.95 0.66 43.9 0.91 0.18
Hex 56 40 4 0 1A 5F 42 2C 5B 12
Octal 126 100 4 0 32 137 102 54 133 22
Binary 1010110 1000000 100 0 11010 1011111 1000010 101100 1011011 10010

Color Harmonies of #564004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564004

Black with #564004

Text Example


Text Example

White with #564004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564004; }

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

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

background-color css

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

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

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

border-color css

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

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

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