#56400B

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

Shades of Madras #56400B

Tints of Madras #56400B

Color information

#56400B (or 0x56400B) is unknown color: approx Madras. HEX triplet: 56, 40 and 0B. RGB value is (86,64,11). Sum of RGB (Red+Green+Blue) = 86+64+11=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #56400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56400B is #A9BFF4. Grayscale: #404040. Windows color (decimal): -11124725 or 737366. OLE color: 737366.

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

Color convert

RGB866411-
CMYK00.260.870.66
HSL42.4º77.32%19.02%-
HSV(B)42.4º87.21%33.73%-
XYZ5.735.671.11-
YUV64.5497.79143.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=53.42%
G=39.75%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86641100.260.870.6642.477.3219.02
Hex5640B01A57422a4d13
Octal126100130321271025211523
Binary10101101000000101101101010101111000010101010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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