#563F05

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

Shades of Madras #563F05

Tints of Madras #563F05

Color information

#563F05 (or 0x563F05) is unknown color: approx Madras. HEX triplet: 56, 3F and 05. RGB value is (86,63,5). Sum of RGB (Red+Green+Blue) = 86+63+5=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #563F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563F05 is #A9C0FA. Grayscale: #3F3F3F. Windows color (decimal): -11124987 or 343894. OLE color: 343894.

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

Color convert

RGB86635-
CMYK00.270.940.66
HSL42.96º89.01%17.84%-
HSV(B)42.96º94.19%33.73%-
XYZ5.645.540.92-
YUV63.2695.12144.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=55.84%
G=40.91%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8663500.270.940.6642.9689.0117.84
Hex563F501B5E422b5912
Octal1267750331361025313122
Binary101011011111110101101110111101000010101011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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