#564200

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

Shades of Madras #564200

Tints of Madras #564200

Color information

#564200 (or 0x564200) is unknown color: approx Madras. HEX triplet: 56, 42 and 00. RGB value is (86,66,0). Sum of RGB (Red+Green+Blue) = 86+66+0=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #564200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564200 is #A9BDFF. Grayscale: #404040. Windows color (decimal): -11124224 or 16982. OLE color: 16982.

HSL color Cylindrical-coordinate representation of color #564200: hue angle of 46.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #564200 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB86660-
CMYK00.2310.66
HSL46.05º100%16.86%-
HSV(B)46.05º100%33.73%-
XYZ5.795.870.83-
YUV64.4691.63143.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.58%
G=43.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8666000.2310.6646.0510016.86
Hex5642001764422e6411
Octal12610200271441025614421
Binary10101101000010001011111001001000010101110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564200; }

 p { color: rgb(86,66,0); }

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

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

 a { background-color: rgb(86,66,0); }

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

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

 span { border-color: rgb(86,66,0); }

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