Shades of Bronzetone #405120
Tints of Bronzetone #405120
RGB
CMYK
RGB Variations
Color information
#405120 (or 0x405120) is known color: Bronzetone. HEX triplet: 40, 51 and 20. RGB value is (64,81,32). Sum of RGB (Red+Green+Blue) = 64+81+32=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #405120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405120 is #BFAEDF. Grayscale: #464646. Windows color (decimal): -12562144 or 2117952. OLE color: 2117952.
HSL color Cylindrical-coordinate representation of color #405120: hue angle of 80.82º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #405120 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 32 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.68 |
| HSL | 80.82º | 0.43% | 0.22% | - |
| HSV(B) | 80.82º | 0.6% | 0.32% | - |
| XYZ | 5.32 | 7.08 | 2.45 | - |
| YUV | 70.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 32 | 0.21 | 0 | 0.60 | 0.68 | 80.82 | 0.43 | 0.22 |
| Hex | 40 | 51 | 20 | 15 | 0 | 3C | 44 | 51 | 2B | 16 |
| Octal | 100 | 121 | 40 | 25 | 0 | 74 | 104 | 121 | 53 | 26 |
| Binary | 1000000 | 1010001 | 100000 | 10101 | 0 | 111100 | 1000100 | 1010001 | 101011 | 10110 |
Color Harmonies of #405120
Complementary color
Monochromatic Colors of #405120
Black with #405120
Text Example
Text Example
White with #405120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405120; }
p { color: rgb(64,81,32); }
H1.HeaderClassName
{
color: #405120;
}
.AnyTagClassName
{
color: #405120;
}
</style>
background-color css
<style>
a { background-color: #405120; }
a { background-color: rgb(64,81,32); }
div.DivClassName
{
background-color: #405120;
}
.BgClassName
{
background-color: #405120;
}
</style>
border-color css
<style>
span { border-color: #405120; }
span { border-color: rgb(64,81,32); }
td.TdClassName
{
border-color: #405120;
}
.TagClassName
{
border-color: #405120;
}
</style>