#564011

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

Shades of Madras #564011

Tints of Madras #564011

Color information

#564011 (or 0x564011) is unknown color: approx 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

RGB866417-
CMYK00.260.800.66
HSL40.87º66.99%20.2%-
HSV(B)40.87º80.23%33.73%-
XYZ5.775.691.32-
YUV65.22100.79142.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=51.50%
G=38.32%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86641700.260.800.6640.8766.9920.2
Hex56401101A5042294314
Octal126100210321201025110324
Binary101011010000001000101101010100001000010101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>