#563F16

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

Shades of Madras #563F16

Tints of Madras #563F16

Color information

#563F16 (or 0x563F16) is unknown color: approx Madras. HEX triplet: 56, 3F and 16. RGB value is (86,63,22). Sum of RGB (Red+Green+Blue) = 86+63+22=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #563F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F16 is #A9C0E9. Grayscale: #414141. Windows color (decimal): -11124970 or 1458006. OLE color: 1458006.

HSL color Cylindrical-coordinate representation of color #563F16: hue angle of 38.44º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #563F16 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB866322-
CMYK00.270.740.66
HSL38.44º59.26%21.18%-
HSV(B)38.44º74.42%33.73%-
XYZ5.765.591.53-
YUV65.2103.62142.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=50.29%
G=36.84%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86632200.270.740.6638.4459.2621.18
Hex563F1601B4A42263b15
Octal1267726033112102467325
Binary1010110111111101100110111001010100001010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,63,22); }

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

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

 a { background-color: rgb(86,63,22); }

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

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

 span { border-color: rgb(86,63,22); }

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