#564224

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

Shades of Deep Bronze #564224

Tints of Deep Bronze #564224

Color information

#564224 (or 0x564224) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 24. RGB value is (86,66,36). Sum of RGB (Red+Green+Blue) = 86+66+36=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #564224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564224 is #A9BDDB. Grayscale: #444444. Windows color (decimal): -11124188 or 2376278. OLE color: 2376278.

HSL color Cylindrical-coordinate representation of color #564224: hue angle of 36º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564224 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB866636-
CMYK00.230.580.66
HSL36º40.98%23.92%-
HSV(B)36º58.14%33.73%-
XYZ6.162.51-
YUV68.56109.63140.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=45.74%
G=35.11%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86663600.230.580.663640.9823.92
Hex5642240173A42242918
Octal1261024402772102445130
Binary10101101000010100100010111111010100001010010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564224; }

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

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

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

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

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

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

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

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