Html Css Color HEX #564011 Madras

📋 copy color: '#564011'

red 86 ◦ green 64 ◦ blue 17

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

Shades of Madras #564011

Tints of Madras #564011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 51.5%
G = 38.32%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#564011 (or 0x564011) is known color: Madras. HEX triplet: 56, 40 and 11. RGB value is (86,64,17). Sum of RGB (Red+Green+Blue) = 86+64+17=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564011 is #A9BFEE. Grayscale: #414141. Windows color (decimal): -11124719 or 1130582. OLE color: 1130582.

HSL color Cylindrical-coordinate representation of color #564011: hue angle of 40.87º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564011 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 64 17 -
CMYK 0 0.26 0.80 0.66
HSL 40.87º 0.67% 0.2% -
HSV(B) 40.87º 0.8% 0.34% -
XYZ 5.77 5.69 1.32 -
YUV 65.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 86 64 17 0 0.26 0.80 0.66 40.87 0.67 0.2
Hex 56 40 11 0 1A 50 42 29 43 14
Octal 126 100 21 0 32 120 102 51 103 24
Binary 1010110 1000000 10001 0 11010 1010000 1000010 101001 1000011 10100

Color Harmonies of #564011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564011

Black with #564011

Text Example


Text Example

White with #564011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564011; }

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

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

background-color css

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

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

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

border-color css

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

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

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