#563F0E

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

Shades of Madras #563F0E

Tints of Madras #563F0E

Color information

#563F0E (or 0x563F0E) is unknown color: approx Madras. HEX triplet: 56, 3F and 0E. RGB value is (86,63,14). Sum of RGB (Red+Green+Blue) = 86+63+14=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F0E is #A9C0F1. Grayscale: #404040. Windows color (decimal): -11124978 or 933718. OLE color: 933718.

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

Color convert

RGB866314-
CMYK00.270.840.66
HSL40.83º72%19.61%-
HSV(B)40.83º83.72%33.73%-
XYZ5.695.571.19-
YUV64.2999.62143.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=52.76%
G=38.65%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86631400.270.840.6640.837219.61
Hex563FE01B5442294814
Octal12677160331241025111024
Binary1010110111111111001101110101001000010101001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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