Shades of Bronzetone #47502B
Tints of Bronzetone #47502B
RGB
CMYK
RGB Variations
Color information
#47502B (or 0x47502B) is known color: Bronzetone. HEX triplet: 47, 50 and 2B. RGB value is (71,80,43). Sum of RGB (Red+Green+Blue) = 71+80+43=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #47502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47502B is #B8AFD4. Grayscale: #494949. Windows color (decimal): -12103637 or 2838599. OLE color: 2838599.
HSL color Cylindrical-coordinate representation of color #47502B: hue angle of 74.59º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47502B is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 43 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.69 |
| HSL | 74.59º | 0.3% | 0.24% | - |
| HSV(B) | 74.59º | 0.46% | 0.31% | - |
| XYZ | 5.9 | 7.25 | 3.37 | - |
| YUV | 73.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 43 | 0.11 | 0 | 0.46 | 0.69 | 74.59 | 0.3 | 0.24 |
| Hex | 47 | 50 | 2B | B | 0 | 2E | 45 | 4B | 1E | 18 |
| Octal | 107 | 120 | 53 | 13 | 0 | 56 | 105 | 113 | 36 | 30 |
| Binary | 1000111 | 1010000 | 101011 | 1011 | 0 | 101110 | 1000101 | 1001011 | 11110 | 11000 |
Color Harmonies of #47502B
Complementary color
Monochromatic Colors of #47502B
Black with #47502B
Text Example
Text Example
White with #47502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47502B; }
p { color: rgb(71,80,43); }
H1.HeaderClassName
{
color: #47502B;
}
.AnyTagClassName
{
color: #47502B;
}
</style>
background-color css
<style>
a { background-color: #47502B; }
a { background-color: rgb(71,80,43); }
div.DivClassName
{
background-color: #47502B;
}
.BgClassName
{
background-color: #47502B;
}
</style>
border-color css
<style>
span { border-color: #47502B; }
span { border-color: rgb(71,80,43); }
td.TdClassName
{
border-color: #47502B;
}
.TagClassName
{
border-color: #47502B;
}
</style>