#564020

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

Shades of Deep Bronze #564020

Tints of Deep Bronze #564020

Color information

#564020 (or 0x564020) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 20. RGB value is (86,64,32). Sum of RGB (Red+Green+Blue) = 86+64+32=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #564020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564020 is #A9BFDF. Grayscale: #434343. Windows color (decimal): -11124704 or 2113622. OLE color: 2113622.

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

Color convert

RGB866432-
CMYK00.260.630.66
HSL35.56º45.76%23.14%-
HSV(B)35.56º62.79%33.73%-
XYZ5.935.752.16-
YUV66.93108.29141.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=47.25%
G=35.16%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86643200.260.630.6635.5645.7623.14
Hex56402001A3F42242e17
Octal1261004003277102445627
Binary10101101000000100000011010111111100001010010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564020; }

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

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

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

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

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

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

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

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