#563F14

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

Shades of Madras #563F14

Tints of Madras #563F14

Color information

#563F14 (or 0x563F14) is unknown color: approx Madras. HEX triplet: 56, 3F and 14. RGB value is (86,63,20). Sum of RGB (Red+Green+Blue) = 86+63+20=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #563F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F14 is #A9C0EB. Grayscale: #414141. Windows color (decimal): -11124972 or 1326934. OLE color: 1326934.

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

Color convert

RGB866320-
CMYK00.270.770.66
HSL39.09º62.26%20.78%-
HSV(B)39.09º76.74%33.73%-
XYZ5.745.581.44-
YUV64.97102.62143-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=50.89%
G=37.28%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86632000.270.770.6639.0962.2620.78
Hex563F1401B4D42273e15
Octal1267724033115102477625
Binary1010110111111101000110111001101100001010011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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