Shades of Bronzetone #424C24
Tints of Bronzetone #424C24
RGB
CMYK
RGB Variations
Color information
#424C24 (or 0x424C24) is known color: Bronzetone. HEX triplet: 42, 4C and 24. RGB value is (66,76,36). Sum of RGB (Red+Green+Blue) = 66+76+36=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #424C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C24 is #BDB3DB. Grayscale: #444444. Windows color (decimal): -12432348 or 2378818. OLE color: 2378818.
HSL color Cylindrical-coordinate representation of color #424C24: hue angle of 75º 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 #424C24 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 36 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.70 |
| HSL | 75º | 0.36% | 0.22% | - |
| HSV(B) | 75º | 0.53% | 0.3% | - |
| XYZ | 5.15 | 6.45 | 2.64 | - |
| YUV | 68.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 36 | 0.13 | 0 | 0.53 | 0.70 | 75 | 0.36 | 0.22 |
| Hex | 42 | 4C | 24 | D | 0 | 35 | 46 | 4B | 24 | 16 |
| Octal | 102 | 114 | 44 | 15 | 0 | 65 | 106 | 113 | 44 | 26 |
| Binary | 1000010 | 1001100 | 100100 | 1101 | 0 | 110101 | 1000110 | 1001011 | 100100 | 10110 |
Color Harmonies of #424C24
Complementary color
Monochromatic Colors of #424C24
Black with #424C24
Text Example
Text Example
White with #424C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C24; }
p { color: rgb(66,76,36); }
H1.HeaderClassName
{
color: #424C24;
}
.AnyTagClassName
{
color: #424C24;
}
</style>
background-color css
<style>
a { background-color: #424C24; }
a { background-color: rgb(66,76,36); }
div.DivClassName
{
background-color: #424C24;
}
.BgClassName
{
background-color: #424C24;
}
</style>
border-color css
<style>
span { border-color: #424C24; }
span { border-color: rgb(66,76,36); }
td.TdClassName
{
border-color: #424C24;
}
.TagClassName
{
border-color: #424C24;
}
</style>