#563F20

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

Shades of Deep Bronze #563F20

Tints of Deep Bronze #563F20

Color information

#563F20 (or 0x563F20) is unknown color: approx Deep Bronze. HEX triplet: 56, 3F and 20. RGB value is (86,63,32). Sum of RGB (Red+Green+Blue) = 86+63+32=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #563F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F20 is #A9C0DF. Grayscale: #424242. Windows color (decimal): -11124960 or 2113366. OLE color: 2113366.

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

Color convert

RGB866332-
CMYK00.270.630.66
HSL34.44º45.76%23.14%-
HSV(B)34.44º62.79%33.73%-
XYZ5.885.642.14-
YUV66.34108.62142.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 63 (25% from 255) = 34.81%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=47.51%
G=34.81%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86633200.270.630.6634.4445.7623.14
Hex563F2001B3F42222e17
Octal126774003377102425627
Binary1010110111111100000011011111111100001010001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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