#564529

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

Shades of Deep Bronze #564529

Tints of Deep Bronze #564529

Color information

#564529 (or 0x564529) is unknown color: approx Deep Bronze. HEX triplet: 56, 45 and 29. RGB value is (86,69,41). Sum of RGB (Red+Green+Blue) = 86+69+41=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #564529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564529 is #A9BAD6. Grayscale: #474747. Windows color (decimal): -11123415 or 2704726. OLE color: 2704726.

HSL color Cylindrical-coordinate representation of color #564529: hue angle of 37.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 #564529 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB866941-
CMYK00.200.520.66
HSL37.33º35.43%24.9%-
HSV(B)37.33º52.33%33.73%-
XYZ6.376.393-
YUV70.89111.13138.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=43.88%
G=35.20%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86694100.200.520.6637.3335.4324.9
Hex5645290143442252319
Octal1261055102464102454331
Binary10101101000101101001010100110100100001010010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564529; }

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

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

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

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

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

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

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

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