#563F21

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

Shades of Deep Bronze #563F21

Tints of Deep Bronze #563F21

Color information

#563F21 (or 0x563F21) is unknown color: approx Deep Bronze. HEX triplet: 56, 3F and 21. RGB value is (86,63,33). Sum of RGB (Red+Green+Blue) = 86+63+33=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #563F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F21 is #A9C0DE. Grayscale: #424242. Windows color (decimal): -11124959 or 2178902. OLE color: 2178902.

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

Color convert

RGB866333-
CMYK00.270.620.66
HSL33.96º44.54%23.33%-
HSV(B)33.96º61.63%33.73%-
XYZ5.895.642.22-
YUV66.46109.12141.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=47.25%
G=34.62%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86633300.270.620.6633.9644.5423.33
Hex563F2101B3E42222d17
Octal126774103376102425527
Binary1010110111111100001011011111110100001010001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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