Shades of Bronzetone #405124
Tints of Bronzetone #405124
RGB
CMYK
RGB Variations
Color information
#405124 (or 0x405124) is known color: Bronzetone. HEX triplet: 40, 51 and 24. RGB value is (64,81,36). Sum of RGB (Red+Green+Blue) = 64+81+36=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #405124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405124 is #BFAEDB. Grayscale: #464646. Windows color (decimal): -12562140 or 2380096. OLE color: 2380096.
HSL color Cylindrical-coordinate representation of color #405124: hue angle of 82.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405124 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 36 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.68 |
| HSL | 82.67º | 0.38% | 0.23% | - |
| HSV(B) | 82.67º | 0.56% | 0.32% | - |
| XYZ | 5.38 | 7.1 | 2.76 | - |
| YUV | 70.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 36 | 0.21 | 0 | 0.56 | 0.68 | 82.67 | 0.38 | 0.23 |
| Hex | 40 | 51 | 24 | 15 | 0 | 38 | 44 | 53 | 26 | 17 |
| Octal | 100 | 121 | 44 | 25 | 0 | 70 | 104 | 123 | 46 | 27 |
| Binary | 1000000 | 1010001 | 100100 | 10101 | 0 | 111000 | 1000100 | 1010011 | 100110 | 10111 |
Color Harmonies of #405124
Complementary color
Monochromatic Colors of #405124
Black with #405124
Text Example
Text Example
White with #405124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405124; }
p { color: rgb(64,81,36); }
H1.HeaderClassName
{
color: #405124;
}
.AnyTagClassName
{
color: #405124;
}
</style>
background-color css
<style>
a { background-color: #405124; }
a { background-color: rgb(64,81,36); }
div.DivClassName
{
background-color: #405124;
}
.BgClassName
{
background-color: #405124;
}
</style>
border-color css
<style>
span { border-color: #405124; }
span { border-color: rgb(64,81,36); }
td.TdClassName
{
border-color: #405124;
}
.TagClassName
{
border-color: #405124;
}
</style>