#564021

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

Shades of Deep Bronze #564021

Tints of Deep Bronze #564021

Color information

#564021 (or 0x564021) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 21. RGB value is (86,64,33). Sum of RGB (Red+Green+Blue) = 86+64+33=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #564021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564021 is #A9BFDE. Grayscale: #434343. Windows color (decimal): -11124703 or 2179158. OLE color: 2179158.

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

Color convert

RGB866433-
CMYK00.260.620.66
HSL35.09º44.54%23.33%-
HSV(B)35.09º61.63%33.73%-
XYZ5.955.762.24-
YUV67.04108.79141.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=46.99%
G=34.97%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86643300.260.620.6635.0944.5423.33
Hex56402101A3E42232d17
Octal1261004103276102435527
Binary10101101000000100001011010111110100001010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564021; }

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

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

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

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

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

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

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

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