#564221

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

Shades of Deep Bronze #564221

Tints of Deep Bronze #564221

Color information

#564221 (or 0x564221) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 21. RGB value is (86,66,33). Sum of RGB (Red+Green+Blue) = 86+66+33=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #564221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564221 is #A9BDDE. Grayscale: #444444. Windows color (decimal): -11124191 or 2179670. OLE color: 2179670.

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

Color convert

RGB866633-
CMYK00.230.620.66
HSL37.36º44.54%23.33%-
HSV(B)37.36º61.63%33.73%-
XYZ6.065.982.27-
YUV68.22108.13140.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=46.49%
G=35.68%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86663300.230.620.6637.3644.5423.33
Hex5642210173E42252d17
Octal1261024102776102455527
Binary10101101000010100001010111111110100001010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564221; }

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

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

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

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

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

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

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

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