#563F0D

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

Shades of Madras #563F0D

Tints of Madras #563F0D

Color information

#563F0D (or 0x563F0D) is unknown color: approx Madras. HEX triplet: 56, 3F and 0D. RGB value is (86,63,13). Sum of RGB (Red+Green+Blue) = 86+63+13=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #563F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F0D is #A9C0F2. Grayscale: #404040. Windows color (decimal): -11124979 or 868182. OLE color: 868182.

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

Color convert

RGB866313-
CMYK00.270.850.66
HSL41.1º73.74%19.41%-
HSV(B)41.1º84.88%33.73%-
XYZ5.695.561.15-
YUV64.1899.12143.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=53.09%
G=38.89%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86631300.270.850.6641.173.7419.41
Hex563FD01B5542294a13
Octal12677150331251025111223
Binary1010110111111110101101110101011000010101001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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