#564229

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

Shades of Deep Bronze #564229

Tints of Deep Bronze #564229

Color information

#564229 (or 0x564229) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 29. RGB value is (86,66,41). Sum of RGB (Red+Green+Blue) = 86+66+41=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564229 is #A9BDD6. Grayscale: #454545. Windows color (decimal): -11124183 or 2703958. OLE color: 2703958.

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

Color convert

RGB866641-
CMYK00.230.520.66
HSL33.33º35.43%24.9%-
HSV(B)33.33º52.33%33.73%-
XYZ6.196.032.94-
YUV69.13112.13140.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=44.56%
G=34.20%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86664100.230.520.6633.3335.4324.9
Hex5642290173442212319
Octal1261025102764102414331
Binary10101101000010101001010111110100100001010000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564229; }

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

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

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

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

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

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

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

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