Shades of Bronzetone #475424
Tints of Bronzetone #475424
RGB
CMYK
RGB Variations
Color information
#475424 (or 0x475424) is known color: Bronzetone. HEX triplet: 47, 54 and 24. RGB value is (71,84,36). Sum of RGB (Red+Green+Blue) = 71+84+36=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #475424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475424 is #B8ABDB. Grayscale: #4A4A4A. Windows color (decimal): -12102620 or 2380871. OLE color: 2380871.
HSL color Cylindrical-coordinate representation of color #475424: hue angle of 76.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #475424 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 36 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.67 |
| HSL | 76.25º | 0.4% | 0.24% | - |
| HSV(B) | 76.25º | 0.57% | 0.33% | - |
| XYZ | 6.09 | 7.81 | 2.86 | - |
| YUV | 74.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 36 | 0.15 | 0 | 0.57 | 0.67 | 76.25 | 0.4 | 0.24 |
| Hex | 47 | 54 | 24 | F | 0 | 39 | 43 | 4C | 28 | 18 |
| Octal | 107 | 124 | 44 | 17 | 0 | 71 | 103 | 114 | 50 | 30 |
| Binary | 1000111 | 1010100 | 100100 | 1111 | 0 | 111001 | 1000011 | 1001100 | 101000 | 11000 |
Color Harmonies of #475424
Complementary color
Monochromatic Colors of #475424
Black with #475424
Text Example
Text Example
White with #475424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475424; }
p { color: rgb(71,84,36); }
H1.HeaderClassName
{
color: #475424;
}
.AnyTagClassName
{
color: #475424;
}
</style>
background-color css
<style>
a { background-color: #475424; }
a { background-color: rgb(71,84,36); }
div.DivClassName
{
background-color: #475424;
}
.BgClassName
{
background-color: #475424;
}
</style>
border-color css
<style>
span { border-color: #475424; }
span { border-color: rgb(71,84,36); }
td.TdClassName
{
border-color: #475424;
}
.TagClassName
{
border-color: #475424;
}
</style>