#563E12

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

Shades of Madras #563E12

Tints of Madras #563E12

Color information

#563E12 (or 0x563E12) is unknown color: approx Madras. HEX triplet: 56, 3E and 12. RGB value is (86,62,18). Sum of RGB (Red+Green+Blue) = 86+62+18=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #563E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E12 is #A9C1ED. Grayscale: #404040. Windows color (decimal): -11125230 or 1195606. OLE color: 1195606.

HSL color Cylindrical-coordinate representation of color #563E12: hue angle of 38.82º 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 #563E12 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB866218-
CMYK00.280.790.66
HSL38.82º65.38%20.39%-
HSV(B)38.82º79.07%33.73%-
XYZ5.675.471.33-
YUV64.16101.95143.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 62 (24.61% from 255) = 37.35%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=51.81%
G=37.35%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86621800.280.790.6638.8265.3820.39
Hex563E1201C4F42274114
Octal12676220341171024710124
Binary10101101111101001001110010011111000010100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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