#564002

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

Shades of Madras #564002

Tints of Madras #564002

Color information

#564002 (or 0x564002) is unknown color: approx Madras. HEX triplet: 56, 40 and 02. RGB value is (86,64,2). Sum of RGB (Red+Green+Blue) = 86+64+2=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #564002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564002 is #A9BFFD. Grayscale: #3F3F3F. Windows color (decimal): -11124734 or 147542. OLE color: 147542.

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

Color convert

RGB86642-
CMYK00.260.980.66
HSL44.29º95.45%17.25%-
HSV(B)44.29º97.67%33.73%-
XYZ5.685.650.85-
YUV63.5193.29144.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=56.58%
G=42.11%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8664200.260.980.6644.2995.4517.25
Hex5640201A62422c5f11
Octal12610020321421025413721
Binary101011010000001001101011000101000010101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564002; }

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

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

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

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

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

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

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

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