#56410A

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

Shades of Madras #56410A

Tints of Madras #56410A

Color information

#56410A (or 0x56410A) is unknown color: approx Madras. HEX triplet: 56, 41 and 0A. RGB value is (86,65,10). Sum of RGB (Red+Green+Blue) = 86+65+10=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #56410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56410A is #A9BEF5. Grayscale: #414141. Windows color (decimal): -11124470 or 672086. OLE color: 672086.

HSL color Cylindrical-coordinate representation of color #56410A: hue angle of 43.42º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56410A is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB866510-
CMYK00.240.880.66
HSL43.42º79.17%18.82%-
HSV(B)43.42º88.37%33.73%-
XYZ5.785.781.1-
YUV65.0196.96142.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=53.42%
G=40.37%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86651000.240.880.6643.4279.1718.82
Hex5641A01858422b4f13
Octal126101120301301025311723
Binary10101101000001101001100010110001000010101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56410A; }

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

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

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

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

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

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

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

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