Shades of Bronzetone #404D24
Tints of Bronzetone #404D24
RGB
CMYK
RGB Variations
Color information
#404D24 (or 0x404D24) is known color: Bronzetone. HEX triplet: 40, 4D and 24. RGB value is (64,77,36). Sum of RGB (Red+Green+Blue) = 64+77+36=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #404D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D24 is #BFB2DB. Grayscale: #444444. Windows color (decimal): -12563164 or 2379072. OLE color: 2379072.
HSL color Cylindrical-coordinate representation of color #404D24: hue angle of 79.02º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404D24 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 36 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.70 |
| HSL | 79.02º | 0.36% | 0.22% | - |
| HSV(B) | 79.02º | 0.53% | 0.3% | - |
| XYZ | 5.09 | 6.53 | 2.66 | - |
| YUV | 68.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 36 | 0.17 | 0 | 0.53 | 0.70 | 79.02 | 0.36 | 0.22 |
| Hex | 40 | 4D | 24 | 11 | 0 | 35 | 46 | 4F | 24 | 16 |
| Octal | 100 | 115 | 44 | 21 | 0 | 65 | 106 | 117 | 44 | 26 |
| Binary | 1000000 | 1001101 | 100100 | 10001 | 0 | 110101 | 1000110 | 1001111 | 100100 | 10110 |
Color Harmonies of #404D24
Complementary color
Monochromatic Colors of #404D24
Black with #404D24
Text Example
Text Example
White with #404D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D24; }
p { color: rgb(64,77,36); }
H1.HeaderClassName
{
color: #404D24;
}
.AnyTagClassName
{
color: #404D24;
}
</style>
background-color css
<style>
a { background-color: #404D24; }
a { background-color: rgb(64,77,36); }
div.DivClassName
{
background-color: #404D24;
}
.BgClassName
{
background-color: #404D24;
}
</style>
border-color css
<style>
span { border-color: #404D24; }
span { border-color: rgb(64,77,36); }
td.TdClassName
{
border-color: #404D24;
}
.TagClassName
{
border-color: #404D24;
}
</style>