#564227

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

Shades of Deep Bronze #564227

Tints of Deep Bronze #564227

Color information

#564227 (or 0x564227) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 27. RGB value is (86,66,39). Sum of RGB (Red+Green+Blue) = 86+66+39=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564227 is #A9BDD8. Grayscale: #454545. Windows color (decimal): -11124185 or 2572886. OLE color: 2572886.

HSL color Cylindrical-coordinate representation of color #564227: hue angle of 34.47º 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 #564227 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB866639-
CMYK00.230.550.66
HSL34.47º37.6%24.51%-
HSV(B)34.47º54.65%33.73%-
XYZ6.156.022.76-
YUV68.9111.13140.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=45.03%
G=34.55%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86663900.230.550.6634.4737.624.51
Hex5642270173742222619
Octal1261024702767102424631
Binary10101101000010100111010111110111100001010001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564227; }

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

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

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

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

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

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

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

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