#564009

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

Shades of Madras #564009

Tints of Madras #564009

Color information

#564009 (or 0x564009) is unknown color: approx Madras. HEX triplet: 56, 40 and 09. RGB value is (86,64,9). Sum of RGB (Red+Green+Blue) = 86+64+9=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #564009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564009 is #A9BFF6. Grayscale: #404040. Windows color (decimal): -11124727 or 606294. OLE color: 606294.

HSL color Cylindrical-coordinate representation of color #564009: hue angle of 42.86º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #564009 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86649-
CMYK00.260.900.66
HSL42.86º81.05%18.63%-
HSV(B)42.86º89.53%33.73%-
XYZ5.725.661.05-
YUV64.3196.79143.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=54.09%
G=40.25%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8664900.260.900.6642.8681.0518.63
Hex5640901A5A422b5113
Octal126100110321321025312123
Binary10101101000000100101101010110101000010101011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564009; }

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

 H1.HeaderClassName
 {
   color: #564009;
 }
 .AnyTagClassName
 {
   color: #564009;
 }
</style>
background-color css

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

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

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

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

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

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