#563F27

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

Shades of Deep Bronze #563F27

Tints of Deep Bronze #563F27

Color information

#563F27 (or 0x563F27) is unknown color: approx Deep Bronze. HEX triplet: 56, 3F and 27. RGB value is (86,63,39). Sum of RGB (Red+Green+Blue) = 86+63+39=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #563F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F27 is #A9C0D8. Grayscale: #434343. Windows color (decimal): -11124953 or 2572118. OLE color: 2572118.

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

Color convert

RGB866339-
CMYK00.270.550.66
HSL30.64º37.6%24.51%-
HSV(B)30.64º54.65%33.73%-
XYZ5.985.682.7-
YUV67.14112.12141.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=45.74%
G=33.51%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86633900.270.550.6630.6437.624.51
Hex563F2701B37421f2619
Octal126774703367102374631
Binary101011011111110011101101111011110000101111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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