#564101

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

Shades of Madras #564101

Tints of Madras #564101

Color information

#564101 (or 0x564101) is unknown color: approx Madras. HEX triplet: 56, 41 and 01. RGB value is (86,65,1). Sum of RGB (Red+Green+Blue) = 86+65+1=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #564101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564101 is #A9BEFE. Grayscale: #404040. Windows color (decimal): -11124479 or 82262. OLE color: 82262.

HSL color Cylindrical-coordinate representation of color #564101: hue angle of 45.18º 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 #564101 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB86651-
CMYK00.240.990.66
HSL45.18º97.7%17.06%-
HSV(B)45.18º98.84%33.73%-
XYZ5.735.760.84-
YUV63.9892.46143.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=56.58%
G=42.76%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8665100.240.990.6645.1897.717.06
Hex5641101863422d6211
Octal12610110301431025514221
Binary10101101000001101100011000111000010101101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564101; }

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

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

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

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

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

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

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

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