Shades of Bronzetone #424D24
Tints of Bronzetone #424D24
RGB
CMYK
RGB Variations
Color information
#424D24 (or 0x424D24) is known color: Bronzetone. HEX triplet: 42, 4D and 24. RGB value is (66,77,36). Sum of RGB (Red+Green+Blue) = 66+77+36=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #424D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D24 is #BDB2DB. Grayscale: #454545. Windows color (decimal): -12432092 or 2379074. OLE color: 2379074.
HSL color Cylindrical-coordinate representation of color #424D24: hue angle of 76.1º 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 #424D24 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 36 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.70 |
| HSL | 76.1º | 0.36% | 0.22% | - |
| HSV(B) | 76.1º | 0.53% | 0.3% | - |
| XYZ | 5.22 | 6.59 | 2.67 | - |
| YUV | 69.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 36 | 0.14 | 0 | 0.53 | 0.70 | 76.1 | 0.36 | 0.22 |
| Hex | 42 | 4D | 24 | E | 0 | 35 | 46 | 4C | 24 | 16 |
| Octal | 102 | 115 | 44 | 16 | 0 | 65 | 106 | 114 | 44 | 26 |
| Binary | 1000010 | 1001101 | 100100 | 1110 | 0 | 110101 | 1000110 | 1001100 | 100100 | 10110 |
Color Harmonies of #424D24
Complementary color
Monochromatic Colors of #424D24
Black with #424D24
Text Example
Text Example
White with #424D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D24; }
p { color: rgb(66,77,36); }
H1.HeaderClassName
{
color: #424D24;
}
.AnyTagClassName
{
color: #424D24;
}
</style>
background-color css
<style>
a { background-color: #424D24; }
a { background-color: rgb(66,77,36); }
div.DivClassName
{
background-color: #424D24;
}
.BgClassName
{
background-color: #424D24;
}
</style>
border-color css
<style>
span { border-color: #424D24; }
span { border-color: rgb(66,77,36); }
td.TdClassName
{
border-color: #424D24;
}
.TagClassName
{
border-color: #424D24;
}
</style>