#563F12

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

Shades of Madras #563F12

Tints of Madras #563F12

Color information

#563F12 (or 0x563F12) is unknown color: approx Madras. HEX triplet: 56, 3F and 12. RGB value is (86,63,18). Sum of RGB (Red+Green+Blue) = 86+63+18=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #563F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F12 is #A9C0ED. Grayscale: #404040. Windows color (decimal): -11124974 or 1195862. OLE color: 1195862.

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

Color convert

RGB866318-
CMYK00.270.790.66
HSL39.71º65.38%20.39%-
HSV(B)39.71º79.07%33.73%-
XYZ5.725.581.35-
YUV64.75101.62143.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=51.50%
G=37.72%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86631800.270.790.6639.7165.3820.39
Hex563F1201B4F42284114
Octal12677220331171025010124
Binary10101101111111001001101110011111000010101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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