Shades of Bronzetone #45502A
Tints of Bronzetone #45502A
RGB
CMYK
RGB Variations
Color information
#45502A (or 0x45502A) is known color: Bronzetone. HEX triplet: 45, 50 and 2A. RGB value is (69,80,42). Sum of RGB (Red+Green+Blue) = 69+80+42=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #45502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45502A is #BAAFD5. Grayscale: #484848. Windows color (decimal): -12234710 or 2773061. OLE color: 2773061.
HSL color Cylindrical-coordinate representation of color #45502A: hue angle of 77.37º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45502A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 42 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.69 |
| HSL | 77.37º | 0.31% | 0.24% | - |
| HSV(B) | 77.37º | 0.48% | 0.31% | - |
| XYZ | 5.74 | 7.17 | 3.27 | - |
| YUV | 72.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 42 | 0.14 | 0 | 0.48 | 0.69 | 77.37 | 0.31 | 0.24 |
| Hex | 45 | 50 | 2A | E | 0 | 30 | 45 | 4D | 1F | 18 |
| Octal | 105 | 120 | 52 | 16 | 0 | 60 | 105 | 115 | 37 | 30 |
| Binary | 1000101 | 1010000 | 101010 | 1110 | 0 | 110000 | 1000101 | 1001101 | 11111 | 11000 |
Color Harmonies of #45502A
Complementary color
Monochromatic Colors of #45502A
Black with #45502A
Text Example
Text Example
White with #45502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45502A; }
p { color: rgb(69,80,42); }
H1.HeaderClassName
{
color: #45502A;
}
.AnyTagClassName
{
color: #45502A;
}
</style>
background-color css
<style>
a { background-color: #45502A; }
a { background-color: rgb(69,80,42); }
div.DivClassName
{
background-color: #45502A;
}
.BgClassName
{
background-color: #45502A;
}
</style>
border-color css
<style>
span { border-color: #45502A; }
span { border-color: rgb(69,80,42); }
td.TdClassName
{
border-color: #45502A;
}
.TagClassName
{
border-color: #45502A;
}
</style>