#56400C

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

Shades of Madras #56400C

Tints of Madras #56400C

Color information

#56400C (or 0x56400C) is unknown color: approx Madras. HEX triplet: 56, 40 and 0C. RGB value is (86,64,12). Sum of RGB (Red+Green+Blue) = 86+64+12=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56400C is #A9BFF3. Grayscale: #404040. Windows color (decimal): -11124724 or 802902. OLE color: 802902.

HSL color Cylindrical-coordinate representation of color #56400C: hue angle of 42.16º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56400C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB866412-
CMYK00.260.860.66
HSL42.16º75.51%19.22%-
HSV(B)42.16º86.05%33.73%-
XYZ5.745.671.14-
YUV64.6598.29143.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=53.09%
G=39.51%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86641200.260.860.6642.1675.5119.22
Hex5640C01A56422a4c13
Octal126100140321261025211423
Binary10101101000000110001101010101101000010101010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56400C; }

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

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

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

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

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

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

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

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