#564007

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

Shades of Madras #564007

Tints of Madras #564007

Color information

#564007 (or 0x564007) is unknown color: approx Madras. HEX triplet: 56, 40 and 07. RGB value is (86,64,7). Sum of RGB (Red+Green+Blue) = 86+64+7=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564007 is #A9BFF8. Grayscale: #404040. Windows color (decimal): -11124729 or 475222. OLE color: 475222.

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

Color convert

RGB86647-
CMYK00.260.920.66
HSL43.29º84.95%18.24%-
HSV(B)43.29º91.86%33.73%-
XYZ5.715.660.99-
YUV64.0895.79143.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=54.78%
G=40.76%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8664700.260.920.6643.2984.9518.24
Hex5640701A5C422b5512
Octal12610070321341025312522
Binary1010110100000011101101010111001000010101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564007; }

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

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

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

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

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

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

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

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