#405221

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

Shades of Bronzetone #405221

Tints of Bronzetone #405221

Color information

#405221 (or 0x405221) is unknown color: approx Bronzetone. HEX triplet: 40, 52 and 21. RGB value is (64,82,33). Sum of RGB (Red+Green+Blue) = 64+82+33=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #405221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405221 is #BFADDE. Grayscale: #474747. Windows color (decimal): -12561887 or 2183744. OLE color: 2183744.

HSL color Cylindrical-coordinate representation of color #405221: hue angle of 82.04º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #405221 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB648233-
CMYK0.2200.600.68
HSL82.04º42.61%22.55%-
HSV(B)82.04º59.76%32.16%-
XYZ5.417.232.55-
YUV71.03106.54122.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 82 (32.42% from 255) = 45.81%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=35.75%
G=45.81%
B=18.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482330.2200.600.6882.0442.6122.55
Hex4052211603C44522b17
Octal10012241260741041225327
Binary100000010100101000011011001111001000100101001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405221; }

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

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

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

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

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

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

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

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