Shades of Bronzetone #455424
Tints of Bronzetone #455424
RGB
CMYK
RGB Variations
Color information
#455424 (or 0x455424) is known color: Bronzetone. HEX triplet: 45, 54 and 24. RGB value is (69,84,36). Sum of RGB (Red+Green+Blue) = 69+84+36=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #455424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455424 is #BAABDB. Grayscale: #4A4A4A. Windows color (decimal): -12233692 or 2380869. OLE color: 2380869.
HSL color Cylindrical-coordinate representation of color #455424: hue angle of 78.75º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455424 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 36 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.67 |
| HSL | 78.75º | 0.4% | 0.24% | - |
| HSV(B) | 78.75º | 0.57% | 0.33% | - |
| XYZ | 5.94 | 7.73 | 2.85 | - |
| YUV | 74.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 36 | 0.18 | 0 | 0.57 | 0.67 | 78.75 | 0.4 | 0.24 |
| Hex | 45 | 54 | 24 | 12 | 0 | 39 | 43 | 4F | 28 | 18 |
| Octal | 105 | 124 | 44 | 22 | 0 | 71 | 103 | 117 | 50 | 30 |
| Binary | 1000101 | 1010100 | 100100 | 10010 | 0 | 111001 | 1000011 | 1001111 | 101000 | 11000 |
Color Harmonies of #455424
Complementary color
Monochromatic Colors of #455424
Black with #455424
Text Example
Text Example
White with #455424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455424; }
p { color: rgb(69,84,36); }
H1.HeaderClassName
{
color: #455424;
}
.AnyTagClassName
{
color: #455424;
}
</style>
background-color css
<style>
a { background-color: #455424; }
a { background-color: rgb(69,84,36); }
div.DivClassName
{
background-color: #455424;
}
.BgClassName
{
background-color: #455424;
}
</style>
border-color css
<style>
span { border-color: #455424; }
span { border-color: rgb(69,84,36); }
td.TdClassName
{
border-color: #455424;
}
.TagClassName
{
border-color: #455424;
}
</style>