Shades of Bronzetone #404F24
Tints of Bronzetone #404F24
RGB
CMYK
RGB Variations
Color information
#404F24 (or 0x404F24) is known color: Bronzetone. HEX triplet: 40, 4F and 24. RGB value is (64,79,36). Sum of RGB (Red+Green+Blue) = 64+79+36=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #404F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F24 is #BFB0DB. Grayscale: #454545. Windows color (decimal): -12562652 or 2379584. OLE color: 2379584.
HSL color Cylindrical-coordinate representation of color #404F24: hue angle of 80.93º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404F24 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 36 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.69 |
| HSL | 80.93º | 0.37% | 0.23% | - |
| HSV(B) | 80.93º | 0.54% | 0.31% | - |
| XYZ | 5.23 | 6.81 | 2.71 | - |
| YUV | 69.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 36 | 0.19 | 0 | 0.54 | 0.69 | 80.93 | 0.37 | 0.23 |
| Hex | 40 | 4F | 24 | 13 | 0 | 36 | 45 | 51 | 25 | 17 |
| Octal | 100 | 117 | 44 | 23 | 0 | 66 | 105 | 121 | 45 | 27 |
| Binary | 1000000 | 1001111 | 100100 | 10011 | 0 | 110110 | 1000101 | 1010001 | 100101 | 10111 |
Color Harmonies of #404F24
Complementary color
Monochromatic Colors of #404F24
Black with #404F24
Text Example
Text Example
White with #404F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F24; }
p { color: rgb(64,79,36); }
H1.HeaderClassName
{
color: #404F24;
}
.AnyTagClassName
{
color: #404F24;
}
</style>
background-color css
<style>
a { background-color: #404F24; }
a { background-color: rgb(64,79,36); }
div.DivClassName
{
background-color: #404F24;
}
.BgClassName
{
background-color: #404F24;
}
</style>
border-color css
<style>
span { border-color: #404F24; }
span { border-color: rgb(64,79,36); }
td.TdClassName
{
border-color: #404F24;
}
.TagClassName
{
border-color: #404F24;
}
</style>