Shades of Bronzetone #45492D
Tints of Bronzetone #45492D
RGB
CMYK
RGB Variations
Color information
#45492D (or 0x45492D) is known color: Bronzetone. HEX triplet: 45, 49 and 2D. RGB value is (69,73,45). Sum of RGB (Red+Green+Blue) = 69+73+45=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #45492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45492D is #BAB6D2. Grayscale: #444444. Windows color (decimal): -12236499 or 2967877. OLE color: 2967877.
HSL color Cylindrical-coordinate representation of color #45492D: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45492D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 45 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.71 |
| HSL | 68.57º | 0.24% | 0.23% | - |
| HSV(B) | 68.57º | 0.38% | 0.29% | - |
| XYZ | 5.31 | 6.22 | 3.4 | - |
| YUV | 68.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 45 | 0.05 | 0 | 0.38 | 0.71 | 68.57 | 0.24 | 0.23 |
| Hex | 45 | 49 | 2D | 5 | 0 | 26 | 47 | 45 | 18 | 17 |
| Octal | 105 | 111 | 55 | 5 | 0 | 46 | 107 | 105 | 30 | 27 |
| Binary | 1000101 | 1001001 | 101101 | 101 | 0 | 100110 | 1000111 | 1000101 | 11000 | 10111 |
Color Harmonies of #45492D
Complementary color
Monochromatic Colors of #45492D
Black with #45492D
Text Example
Text Example
White with #45492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45492D; }
p { color: rgb(69,73,45); }
H1.HeaderClassName
{
color: #45492D;
}
.AnyTagClassName
{
color: #45492D;
}
</style>
background-color css
<style>
a { background-color: #45492D; }
a { background-color: rgb(69,73,45); }
div.DivClassName
{
background-color: #45492D;
}
.BgClassName
{
background-color: #45492D;
}
</style>
border-color css
<style>
span { border-color: #45492D; }
span { border-color: rgb(69,73,45); }
td.TdClassName
{
border-color: #45492D;
}
.TagClassName
{
border-color: #45492D;
}
</style>