#564029

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

Shades of Deep Bronze #564029

Tints of Deep Bronze #564029

Color information

#564029 (or 0x564029) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 29. RGB value is (86,64,41). Sum of RGB (Red+Green+Blue) = 86+64+41=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564029 is #A9BFD6. Grayscale: #444444. Windows color (decimal): -11124695 or 2703446. OLE color: 2703446.

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

Color convert

RGB866441-
CMYK00.260.520.66
HSL30.67º35.43%24.9%-
HSV(B)30.67º52.33%33.73%-
XYZ6.075.812.9-
YUV67.96112.79140.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=45.03%
G=33.51%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86644100.260.520.6630.6735.4324.9
Hex56402901A34421f2319
Octal1261005103264102374331
Binary1010110100000010100101101011010010000101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564029; }

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

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

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

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

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

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

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

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