Shades of Bronzetone #475425
Tints of Bronzetone #475425
RGB
CMYK
RGB Variations
Color information
#475425 (or 0x475425) is known color: Bronzetone. HEX triplet: 47, 54 and 25. RGB value is (71,84,37). Sum of RGB (Red+Green+Blue) = 71+84+37=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #475425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475425 is #B8ABDA. Grayscale: #4A4A4A. Windows color (decimal): -12102619 or 2446407. OLE color: 2446407.
HSL color Cylindrical-coordinate representation of color #475425: hue angle of 76.6º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #475425 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 37 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.67 |
| HSL | 76.6º | 0.39% | 0.24% | - |
| HSV(B) | 76.6º | 0.56% | 0.33% | - |
| XYZ | 6.1 | 7.81 | 2.94 | - |
| YUV | 74.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 37 | 0.15 | 0 | 0.56 | 0.67 | 76.6 | 0.39 | 0.24 |
| Hex | 47 | 54 | 25 | F | 0 | 38 | 43 | 4D | 27 | 18 |
| Octal | 107 | 124 | 45 | 17 | 0 | 70 | 103 | 115 | 47 | 30 |
| Binary | 1000111 | 1010100 | 100101 | 1111 | 0 | 111000 | 1000011 | 1001101 | 100111 | 11000 |
Color Harmonies of #475425
Complementary color
Monochromatic Colors of #475425
Black with #475425
Text Example
Text Example
White with #475425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475425; }
p { color: rgb(71,84,37); }
H1.HeaderClassName
{
color: #475425;
}
.AnyTagClassName
{
color: #475425;
}
</style>
background-color css
<style>
a { background-color: #475425; }
a { background-color: rgb(71,84,37); }
div.DivClassName
{
background-color: #475425;
}
.BgClassName
{
background-color: #475425;
}
</style>
border-color css
<style>
span { border-color: #475425; }
span { border-color: rgb(71,84,37); }
td.TdClassName
{
border-color: #475425;
}
.TagClassName
{
border-color: #475425;
}
</style>