#564001

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

Shades of Madras #564001

Tints of Madras #564001

Color information

#564001 (or 0x564001) is unknown color: approx Madras. HEX triplet: 56, 40 and 01. RGB value is (86,64,1). Sum of RGB (Red+Green+Blue) = 86+64+1=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #564001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564001 is #A9BFFE. Grayscale: #3F3F3F. Windows color (decimal): -11124735 or 82006. OLE color: 82006.

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

Color convert

RGB86641-
CMYK00.260.990.66
HSL44.47º97.7%17.06%-
HSV(B)44.47º98.84%33.73%-
XYZ5.685.650.82-
YUV63.492.79144.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=56.95%
G=42.38%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8664100.260.990.6644.4797.717.06
Hex5640101A63422c6211
Octal12610010321431025414221
Binary10101101000000101101011000111000010101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564001; }

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

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

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

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

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

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

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

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