Shades of Bronzetone #454C24
Tints of Bronzetone #454C24
RGB
CMYK
RGB Variations
Color information
#454C24 (or 0x454C24) is known color: Bronzetone. HEX triplet: 45, 4C and 24. RGB value is (69,76,36). Sum of RGB (Red+Green+Blue) = 69+76+36=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #454C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C24 is #BAB3DB. Grayscale: #454545. Windows color (decimal): -12235740 or 2378821. OLE color: 2378821.
HSL color Cylindrical-coordinate representation of color #454C24: hue angle of 70.5º 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 #454C24 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 36 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.70 |
| HSL | 70.5º | 0.36% | 0.22% | - |
| HSV(B) | 70.5º | 0.53% | 0.3% | - |
| XYZ | 5.36 | 6.56 | 2.65 | - |
| YUV | 69.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 36 | 0.09 | 0 | 0.53 | 0.70 | 70.5 | 0.36 | 0.22 |
| Hex | 45 | 4C | 24 | 9 | 0 | 35 | 46 | 46 | 24 | 16 |
| Octal | 105 | 114 | 44 | 11 | 0 | 65 | 106 | 106 | 44 | 26 |
| Binary | 1000101 | 1001100 | 100100 | 1001 | 0 | 110101 | 1000110 | 1000110 | 100100 | 10110 |
Color Harmonies of #454C24
Complementary color
Monochromatic Colors of #454C24
Black with #454C24
Text Example
Text Example
White with #454C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C24; }
p { color: rgb(69,76,36); }
H1.HeaderClassName
{
color: #454C24;
}
.AnyTagClassName
{
color: #454C24;
}
</style>
background-color css
<style>
a { background-color: #454C24; }
a { background-color: rgb(69,76,36); }
div.DivClassName
{
background-color: #454C24;
}
.BgClassName
{
background-color: #454C24;
}
</style>
border-color css
<style>
span { border-color: #454C24; }
span { border-color: rgb(69,76,36); }
td.TdClassName
{
border-color: #454C24;
}
.TagClassName
{
border-color: #454C24;
}
</style>