Shades of Bronzetone #455228
Tints of Bronzetone #455228
RGB
CMYK
RGB Variations
Color information
#455228 (or 0x455228) is known color: Bronzetone. HEX triplet: 45, 52 and 28. RGB value is (69,82,40). Sum of RGB (Red+Green+Blue) = 69+82+40=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #455228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455228 is #BAADD7. Grayscale: #494949. Windows color (decimal): -12234200 or 2642501. OLE color: 2642501.
HSL color Cylindrical-coordinate representation of color #455228: hue angle of 78.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455228 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 40 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.68 |
| HSL | 78.57º | 0.34% | 0.24% | - |
| HSV(B) | 78.57º | 0.51% | 0.32% | - |
| XYZ | 5.85 | 7.45 | 3.14 | - |
| YUV | 73.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 40 | 0.16 | 0 | 0.51 | 0.68 | 78.57 | 0.34 | 0.24 |
| Hex | 45 | 52 | 28 | 10 | 0 | 33 | 44 | 4F | 22 | 18 |
| Octal | 105 | 122 | 50 | 20 | 0 | 63 | 104 | 117 | 42 | 30 |
| Binary | 1000101 | 1010010 | 101000 | 10000 | 0 | 110011 | 1000100 | 1001111 | 100010 | 11000 |
Color Harmonies of #455228
Complementary color
Monochromatic Colors of #455228
Black with #455228
Text Example
Text Example
White with #455228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455228; }
p { color: rgb(69,82,40); }
H1.HeaderClassName
{
color: #455228;
}
.AnyTagClassName
{
color: #455228;
}
</style>
background-color css
<style>
a { background-color: #455228; }
a { background-color: rgb(69,82,40); }
div.DivClassName
{
background-color: #455228;
}
.BgClassName
{
background-color: #455228;
}
</style>
border-color css
<style>
span { border-color: #455228; }
span { border-color: rgb(69,82,40); }
td.TdClassName
{
border-color: #455228;
}
.TagClassName
{
border-color: #455228;
}
</style>