#563E0C

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

Shades of Madras #563E0C

Tints of Madras #563E0C

Color information

#563E0C (or 0x563E0C) is unknown color: approx Madras. HEX triplet: 56, 3E and 0C. RGB value is (86,62,12). Sum of RGB (Red+Green+Blue) = 86+62+12=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #563E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E0C is #A9C1F3. Grayscale: #3F3F3F. Windows color (decimal): -11125236 or 802390. OLE color: 802390.

HSL color Cylindrical-coordinate representation of color #563E0C: hue angle of 40.54º 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 #563E0C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB866212-
CMYK00.280.860.66
HSL40.54º75.51%19.22%-
HSV(B)40.54º86.05%33.73%-
XYZ5.635.451.1-
YUV63.4898.95144.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 12 (5.08% from 255) = 7.5%
R=53.75%
G=38.75%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86621200.280.860.6640.5475.5119.22
Hex563EC01C5642294c13
Octal12676140341261025111423
Binary1010110111110110001110010101101000010101001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563E0C; }

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

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

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

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

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

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

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

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