#405420

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

Shades of Bronzetone #405420

Tints of Bronzetone #405420

Color information

#405420 (or 0x405420) is unknown color: approx Bronzetone. HEX triplet: 40, 54 and 20. RGB value is (64,84,32). Sum of RGB (Red+Green+Blue) = 64+84+32=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #405420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405420 is #BFABDF. Grayscale: #484848. Windows color (decimal): -12561376 or 2118720. OLE color: 2118720.

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

Color convert

RGB648432-
CMYK0.2400.620.67
HSL83.08º44.83%22.75%-
HSV(B)83.08º61.9%32.94%-
XYZ5.557.532.53-
YUV72.09105.37122.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=35.56%
G=46.67%
B=17.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484320.2400.620.6783.0844.8322.75
Hex4054201803E43532d17
Octal10012440300761031235527
Binary100000010101001000001100001111101000011101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405420; }

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

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

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

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

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

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

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

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