#564105

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

Shades of Madras #564105

Tints of Madras #564105

Color information

#564105 (or 0x564105) is unknown color: approx Madras. HEX triplet: 56, 41 and 05. RGB value is (86,65,5). Sum of RGB (Red+Green+Blue) = 86+65+5=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #564105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564105 is #A9BEFA. Grayscale: #404040. Windows color (decimal): -11124475 or 344406. OLE color: 344406.

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

Color convert

RGB86655-
CMYK00.240.940.66
HSL44.44º89.01%17.84%-
HSV(B)44.44º94.19%33.73%-
XYZ5.765.770.95-
YUV64.4494.46143.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=55.13%
G=41.67%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8665500.240.940.6644.4489.0117.84
Hex564150185E422c5912
Octal12610150301361025413122
Binary1010110100000110101100010111101000010101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564105; }

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

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

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

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

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

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

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

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