#415420

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

Shades of Bronzetone #415420

Tints of Bronzetone #415420

Color information

#415420 (or 0x415420) is unknown color: approx Bronzetone. HEX triplet: 41, 54 and 20. RGB value is (65,84,32). Sum of RGB (Red+Green+Blue) = 65+84+32=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #415420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415420 is #BEABDF. Grayscale: #484848. Windows color (decimal): -12495840 or 2118721. OLE color: 2118721.

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

Color convert

RGB658432-
CMYK0.2300.620.67
HSL81.92º44.83%22.75%-
HSV(B)81.92º61.9%32.94%-
XYZ5.617.572.53-
YUV72.39105.21122.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=35.91%
G=46.41%
B=17.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584320.2300.620.6781.9244.8322.75
Hex4154201703E43522d17
Octal10112440270761031225527
Binary100000110101001000001011101111101000011101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415420; }

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

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

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

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

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

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

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

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