Html Css Color HEX #564005 Madras

📋 copy color: '#564005'

red 86 ◦ green 64 ◦ blue 5

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

Shades of Madras #564005

Tints of Madras #564005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 55.48%
G = 41.29%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#564005 (or 0x564005) is known color: Madras. HEX triplet: 56, 40 and 05. RGB value is (86,64,5). Sum of RGB (Red+Green+Blue) = 86+64+5=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #564005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564005 is #A9BFFA. Grayscale: #404040. Windows color (decimal): -11124731 or 344150. OLE color: 344150.

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

Color convert

RGB 86 64 5 -
CMYK 0 0.26 0.94 0.66
HSL 43.7º 0.89% 0.18% -
HSV(B) 43.7º 0.94% 0.34% -
XYZ 5.7 5.66 0.93 -
YUV 63.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 86 64 5 0 0.26 0.94 0.66 43.7 0.89 0.18
Hex 56 40 5 0 1A 5E 42 2C 59 12
Octal 126 100 5 0 32 136 102 54 131 22
Binary 1010110 1000000 101 0 11010 1011110 1000010 101100 1011001 10010

Color Harmonies of #564005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564005

Black with #564005

Text Example


Text Example

White with #564005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564005; }

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

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

background-color css

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

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

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

border-color css

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

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

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