#563F22

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

Shades of Deep Bronze #563F22

Tints of Deep Bronze #563F22

Color information

#563F22 (or 0x563F22) is unknown color: approx Deep Bronze. HEX triplet: 56, 3F and 22. RGB value is (86,63,34). Sum of RGB (Red+Green+Blue) = 86+63+34=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #563F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F22 is #A9C0DD. Grayscale: #424242. Windows color (decimal): -11124958 or 2244438. OLE color: 2244438.

HSL color Cylindrical-coordinate representation of color #563F22: hue angle of 33.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563F22 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB866334-
CMYK00.270.600.66
HSL33.46º43.33%23.53%-
HSV(B)33.46º60.47%33.73%-
XYZ5.95.652.29-
YUV66.57109.62141.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=46.99%
G=34.43%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86633400.270.600.6633.4643.3323.53
Hex563F2201B3C42212b18
Octal126774203374102415330
Binary1010110111111100010011011111100100001010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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