Shades of Bronzetone #405020
Tints of Bronzetone #405020
RGB
CMYK
RGB Variations
Color information
#405020 (or 0x405020) is known color: Bronzetone. HEX triplet: 40, 50 and 20. RGB value is (64,80,32). Sum of RGB (Red+Green+Blue) = 64+80+32=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #405020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405020 is #BFAFDF. Grayscale: #454545. Windows color (decimal): -12562400 or 2117696. OLE color: 2117696.
HSL color Cylindrical-coordinate representation of color #405020: hue angle of 80º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #405020 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 32 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.69 |
| HSL | 80º | 0.43% | 0.22% | - |
| HSV(B) | 80º | 0.6% | 0.31% | - |
| XYZ | 5.24 | 6.93 | 2.43 | - |
| YUV | 69.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 32 | 0.20 | 0 | 0.60 | 0.69 | 80 | 0.43 | 0.22 |
| Hex | 40 | 50 | 20 | 14 | 0 | 3C | 45 | 50 | 2B | 16 |
| Octal | 100 | 120 | 40 | 24 | 0 | 74 | 105 | 120 | 53 | 26 |
| Binary | 1000000 | 1010000 | 100000 | 10100 | 0 | 111100 | 1000101 | 1010000 | 101011 | 10110 |
Color Harmonies of #405020
Complementary color
Monochromatic Colors of #405020
Black with #405020
Text Example
Text Example
White with #405020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405020; }
p { color: rgb(64,80,32); }
H1.HeaderClassName
{
color: #405020;
}
.AnyTagClassName
{
color: #405020;
}
</style>
background-color css
<style>
a { background-color: #405020; }
a { background-color: rgb(64,80,32); }
div.DivClassName
{
background-color: #405020;
}
.BgClassName
{
background-color: #405020;
}
</style>
border-color css
<style>
span { border-color: #405020; }
span { border-color: rgb(64,80,32); }
td.TdClassName
{
border-color: #405020;
}
.TagClassName
{
border-color: #405020;
}
</style>