Shades of Bronzetone #45512B
Tints of Bronzetone #45512B
RGB
CMYK
RGB Variations
Color information
#45512B (or 0x45512B) is known color: Bronzetone. HEX triplet: 45, 51 and 2B. RGB value is (69,81,43). Sum of RGB (Red+Green+Blue) = 69+81+43=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #45512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45512B is #BAAED4. Grayscale: #494949. Windows color (decimal): -12234453 or 2838853. OLE color: 2838853.
HSL color Cylindrical-coordinate representation of color #45512B: hue angle of 78.95º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45512B is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 43 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.68 |
| HSL | 78.95º | 0.31% | 0.24% | - |
| HSV(B) | 78.95º | 0.47% | 0.32% | - |
| XYZ | 5.83 | 7.32 | 3.39 | - |
| YUV | 73.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 43 | 0.15 | 0 | 0.47 | 0.68 | 78.95 | 0.31 | 0.24 |
| Hex | 45 | 51 | 2B | F | 0 | 2F | 44 | 4F | 1F | 18 |
| Octal | 105 | 121 | 53 | 17 | 0 | 57 | 104 | 117 | 37 | 30 |
| Binary | 1000101 | 1010001 | 101011 | 1111 | 0 | 101111 | 1000100 | 1001111 | 11111 | 11000 |
Color Harmonies of #45512B
Complementary color
Monochromatic Colors of #45512B
Black with #45512B
Text Example
Text Example
White with #45512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45512B; }
p { color: rgb(69,81,43); }
H1.HeaderClassName
{
color: #45512B;
}
.AnyTagClassName
{
color: #45512B;
}
</style>
background-color css
<style>
a { background-color: #45512B; }
a { background-color: rgb(69,81,43); }
div.DivClassName
{
background-color: #45512B;
}
.BgClassName
{
background-color: #45512B;
}
</style>
border-color css
<style>
span { border-color: #45512B; }
span { border-color: rgb(69,81,43); }
td.TdClassName
{
border-color: #45512B;
}
.TagClassName
{
border-color: #45512B;
}
</style>