Shades of Bronzetone #3F4721
Tints of Bronzetone #3F4721
RGB
CMYK
RGB Variations
Color information
#3F4721 (or 0x3F4721) is known color: Bronzetone. HEX triplet: 3F, 47 and 21. RGB value is (63,71,33). Sum of RGB (Red+Green+Blue) = 63+71+33=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4721 is #C0B8DE. Grayscale: #404040. Windows color (decimal): -12630239 or 2180927. OLE color: 2180927.
HSL color Cylindrical-coordinate representation of color #3F4721: hue angle of 72.63º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4721 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 33 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.72 |
| HSL | 72.63º | 0.37% | 0.2% | - |
| HSV(B) | 72.63º | 0.54% | 0.28% | - |
| XYZ | 4.58 | 5.67 | 2.29 | - |
| YUV | 64.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 33 | 0.11 | 0 | 0.54 | 0.72 | 72.63 | 0.37 | 0.2 |
| Hex | 3F | 47 | 21 | B | 0 | 36 | 48 | 49 | 25 | 14 |
| Octal | 77 | 107 | 41 | 13 | 0 | 66 | 110 | 111 | 45 | 24 |
| Binary | 111111 | 1000111 | 100001 | 1011 | 0 | 110110 | 1001000 | 1001001 | 100101 | 10100 |
Color Harmonies of #3F4721
Complementary color
Monochromatic Colors of #3F4721
Black with #3F4721
Text Example
Text Example
White with #3F4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4721; }
p { color: rgb(63,71,33); }
H1.HeaderClassName
{
color: #3F4721;
}
.AnyTagClassName
{
color: #3F4721;
}
</style>
background-color css
<style>
a { background-color: #3F4721; }
a { background-color: rgb(63,71,33); }
div.DivClassName
{
background-color: #3F4721;
}
.BgClassName
{
background-color: #3F4721;
}
</style>
border-color css
<style>
span { border-color: #3F4721; }
span { border-color: rgb(63,71,33); }
td.TdClassName
{
border-color: #3F4721;
}
.TagClassName
{
border-color: #3F4721;
}
</style>