Shades of Bronzetone #455223
Tints of Bronzetone #455223
RGB
CMYK
RGB Variations
Color information
#455223 (or 0x455223) is known color: Bronzetone. HEX triplet: 45, 52 and 23. RGB value is (69,82,35). Sum of RGB (Red+Green+Blue) = 69+82+35=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #455223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455223 is #BAADDC. Grayscale: #484848. Windows color (decimal): -12234205 or 2314821. OLE color: 2314821.
HSL color Cylindrical-coordinate representation of color #455223: hue angle of 76.6º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455223 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 35 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.68 |
| HSL | 76.6º | 0.4% | 0.23% | - |
| HSV(B) | 76.6º | 0.57% | 0.32% | - |
| XYZ | 5.77 | 7.42 | 2.72 | - |
| YUV | 72.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 35 | 0.16 | 0 | 0.57 | 0.68 | 76.6 | 0.4 | 0.23 |
| Hex | 45 | 52 | 23 | 10 | 0 | 39 | 44 | 4D | 28 | 17 |
| Octal | 105 | 122 | 43 | 20 | 0 | 71 | 104 | 115 | 50 | 27 |
| Binary | 1000101 | 1010010 | 100011 | 10000 | 0 | 111001 | 1000100 | 1001101 | 101000 | 10111 |
Color Harmonies of #455223
Complementary color
Monochromatic Colors of #455223
Black with #455223
Text Example
Text Example
White with #455223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455223; }
p { color: rgb(69,82,35); }
H1.HeaderClassName
{
color: #455223;
}
.AnyTagClassName
{
color: #455223;
}
</style>
background-color css
<style>
a { background-color: #455223; }
a { background-color: rgb(69,82,35); }
div.DivClassName
{
background-color: #455223;
}
.BgClassName
{
background-color: #455223;
}
</style>
border-color css
<style>
span { border-color: #455223; }
span { border-color: rgb(69,82,35); }
td.TdClassName
{
border-color: #455223;
}
.TagClassName
{
border-color: #455223;
}
</style>