#564013

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

Shades of Madras #564013

Tints of Madras #564013

Color information

#564013 (or 0x564013) is unknown color: approx Madras. HEX triplet: 56, 40 and 13. RGB value is (86,64,19). Sum of RGB (Red+Green+Blue) = 86+64+19=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564013 is #A9BFEC. Grayscale: #414141. Windows color (decimal): -11124717 or 1261654. OLE color: 1261654.

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

Color convert

RGB866419-
CMYK00.260.780.66
HSL40.3º63.81%20.59%-
HSV(B)40.3º77.91%33.73%-
XYZ5.795.691.41-
YUV65.45101.79142.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=50.89%
G=37.87%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86641900.260.780.6640.363.8120.59
Hex56401301A4E42284015
Octal126100230321161025010025
Binary101011010000001001101101010011101000010101000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564013; }

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

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

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

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

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

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

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

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