Shades of Bronzetone #475028
Tints of Bronzetone #475028
RGB
CMYK
RGB Variations
Color information
#475028 (or 0x475028) is known color: Bronzetone. HEX triplet: 47, 50 and 28. RGB value is (71,80,40). Sum of RGB (Red+Green+Blue) = 71+80+40=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #475028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475028 is #B8AFD7. Grayscale: #484848. Windows color (decimal): -12103640 or 2641991. OLE color: 2641991.
HSL color Cylindrical-coordinate representation of color #475028: hue angle of 73.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #475028 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 40 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.69 |
| HSL | 73.5º | 0.33% | 0.24% | - |
| HSV(B) | 73.5º | 0.5% | 0.31% | - |
| XYZ | 5.85 | 7.23 | 3.09 | - |
| YUV | 72.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 40 | 0.11 | 0 | 0.5 | 0.69 | 73.5 | 0.33 | 0.24 |
| Hex | 47 | 50 | 28 | B | 0 | 32 | 45 | 4A | 21 | 18 |
| Octal | 107 | 120 | 50 | 13 | 0 | 62 | 105 | 112 | 41 | 30 |
| Binary | 1000111 | 1010000 | 101000 | 1011 | 0 | 110010 | 1000101 | 1001010 | 100001 | 11000 |
Color Harmonies of #475028
Complementary color
Monochromatic Colors of #475028
Black with #475028
Text Example
Text Example
White with #475028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475028; }
p { color: rgb(71,80,40); }
H1.HeaderClassName
{
color: #475028;
}
.AnyTagClassName
{
color: #475028;
}
</style>
background-color css
<style>
a { background-color: #475028; }
a { background-color: rgb(71,80,40); }
div.DivClassName
{
background-color: #475028;
}
.BgClassName
{
background-color: #475028;
}
</style>
border-color css
<style>
span { border-color: #475028; }
span { border-color: rgb(71,80,40); }
td.TdClassName
{
border-color: #475028;
}
.TagClassName
{
border-color: #475028;
}
</style>