#564432

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

Shades of Deep Bronze #564432

Tints of Deep Bronze #564432

Color information

#564432 (or 0x564432) is unknown color: approx Deep Bronze. HEX triplet: 56, 44 and 32. RGB value is (86,68,50). Sum of RGB (Red+Green+Blue) = 86+68+50=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #564432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564432 is #A9BBCD. Grayscale: #474747. Windows color (decimal): -11123662 or 3294294. OLE color: 3294294.

HSL color Cylindrical-coordinate representation of color #564432: hue angle of 30º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #564432 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB866850-
CMYK00.210.420.66
HSL30º26.47%26.67%-
HSV(B)30º41.86%33.73%-
XYZ6.486.343.9-
YUV71.33115.96138.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=42.16%
G=33.33%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86685000.210.420.663026.4726.67
Hex5644320152A421e1a1b
Octal1261046202552102363233
Binary101011010001001100100101011010101000010111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564432; }

 p { color: rgb(86,68,50); }

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

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

 a { background-color: rgb(86,68,50); }

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

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

 span { border-color: rgb(86,68,50); }

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