Shades of Bronzetone #455226
Tints of Bronzetone #455226
RGB
CMYK
RGB Variations
Color information
#455226 (or 0x455226) is known color: Bronzetone. HEX triplet: 45, 52 and 26. RGB value is (69,82,38). Sum of RGB (Red+Green+Blue) = 69+82+38=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #455226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455226 is #BAADD9. Grayscale: #494949. Windows color (decimal): -12234202 or 2511429. OLE color: 2511429.
HSL color Cylindrical-coordinate representation of color #455226: hue angle of 77.73º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #455226 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 38 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.68 |
| HSL | 77.73º | 0.37% | 0.24% | - |
| HSV(B) | 77.73º | 0.54% | 0.32% | - |
| XYZ | 5.82 | 7.44 | 2.96 | - |
| YUV | 73.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 38 | 0.16 | 0 | 0.54 | 0.68 | 77.73 | 0.37 | 0.24 |
| Hex | 45 | 52 | 26 | 10 | 0 | 36 | 44 | 4E | 25 | 18 |
| Octal | 105 | 122 | 46 | 20 | 0 | 66 | 104 | 116 | 45 | 30 |
| Binary | 1000101 | 1010010 | 100110 | 10000 | 0 | 110110 | 1000100 | 1001110 | 100101 | 11000 |
Color Harmonies of #455226
Complementary color
Monochromatic Colors of #455226
Black with #455226
Text Example
Text Example
White with #455226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455226; }
p { color: rgb(69,82,38); }
H1.HeaderClassName
{
color: #455226;
}
.AnyTagClassName
{
color: #455226;
}
</style>
background-color css
<style>
a { background-color: #455226; }
a { background-color: rgb(69,82,38); }
div.DivClassName
{
background-color: #455226;
}
.BgClassName
{
background-color: #455226;
}
</style>
border-color css
<style>
span { border-color: #455226; }
span { border-color: rgb(69,82,38); }
td.TdClassName
{
border-color: #455226;
}
.TagClassName
{
border-color: #455226;
}
</style>