Shades of Bronzetone #454928
Tints of Bronzetone #454928
RGB
CMYK
RGB Variations
Color information
#454928 (or 0x454928) is known color: Bronzetone. HEX triplet: 45, 49 and 28. RGB value is (69,73,40). Sum of RGB (Red+Green+Blue) = 69+73+40=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #454928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454928 is #BAB6D7. Grayscale: #444444. Windows color (decimal): -12236504 or 2640197. OLE color: 2640197.
HSL color Cylindrical-coordinate representation of color #454928: hue angle of 67.27º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #454928 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 40 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.71 |
| HSL | 67.27º | 0.29% | 0.22% | - |
| HSV(B) | 67.27º | 0.45% | 0.29% | - |
| XYZ | 5.22 | 6.18 | 2.93 | - |
| YUV | 68.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 40 | 0.05 | 0 | 0.45 | 0.71 | 67.27 | 0.29 | 0.22 |
| Hex | 45 | 49 | 28 | 5 | 0 | 2D | 47 | 43 | 1D | 16 |
| Octal | 105 | 111 | 50 | 5 | 0 | 55 | 107 | 103 | 35 | 26 |
| Binary | 1000101 | 1001001 | 101000 | 101 | 0 | 101101 | 1000111 | 1000011 | 11101 | 10110 |
Color Harmonies of #454928
Complementary color
Monochromatic Colors of #454928
Black with #454928
Text Example
Text Example
White with #454928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454928; }
p { color: rgb(69,73,40); }
H1.HeaderClassName
{
color: #454928;
}
.AnyTagClassName
{
color: #454928;
}
</style>
background-color css
<style>
a { background-color: #454928; }
a { background-color: rgb(69,73,40); }
div.DivClassName
{
background-color: #454928;
}
.BgClassName
{
background-color: #454928;
}
</style>
border-color css
<style>
span { border-color: #454928; }
span { border-color: rgb(69,73,40); }
td.TdClassName
{
border-color: #454928;
}
.TagClassName
{
border-color: #454928;
}
</style>