Shades of Bronzetone #475723
Tints of Bronzetone #475723
RGB
CMYK
RGB Variations
Color information
#475723 (or 0x475723) is known color: Bronzetone. HEX triplet: 47, 57 and 23. RGB value is (71,87,35). Sum of RGB (Red+Green+Blue) = 71+87+35=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #475723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475723 is #B8A8DC. Grayscale: #4C4C4C. Windows color (decimal): -12101853 or 2316103. OLE color: 2316103.
HSL color Cylindrical-coordinate representation of color #475723: hue angle of 78.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #475723 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 87 | 35 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.66 |
| HSL | 78.46º | 0.43% | 0.24% | - |
| HSV(B) | 78.46º | 0.6% | 0.34% | - |
| XYZ | 6.31 | 8.28 | 2.86 | - |
| YUV | 76.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 35 | 0.18 | 0 | 0.60 | 0.66 | 78.46 | 0.43 | 0.24 |
| Hex | 47 | 57 | 23 | 12 | 0 | 3C | 42 | 4E | 2B | 18 |
| Octal | 107 | 127 | 43 | 22 | 0 | 74 | 102 | 116 | 53 | 30 |
| Binary | 1000111 | 1010111 | 100011 | 10010 | 0 | 111100 | 1000010 | 1001110 | 101011 | 11000 |
Color Harmonies of #475723
Complementary color
Monochromatic Colors of #475723
Black with #475723
Text Example
Text Example
White with #475723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475723; }
p { color: rgb(71,87,35); }
H1.HeaderClassName
{
color: #475723;
}
.AnyTagClassName
{
color: #475723;
}
</style>
background-color css
<style>
a { background-color: #475723; }
a { background-color: rgb(71,87,35); }
div.DivClassName
{
background-color: #475723;
}
.BgClassName
{
background-color: #475723;
}
</style>
border-color css
<style>
span { border-color: #475723; }
span { border-color: rgb(71,87,35); }
td.TdClassName
{
border-color: #475723;
}
.TagClassName
{
border-color: #475723;
}
</style>