Shades of Bronzetone #3F5020
Tints of Bronzetone #3F5020
RGB
CMYK
RGB Variations
Color information
#3F5020 (or 0x3F5020) is known color: Bronzetone. HEX triplet: 3F, 50 and 20. RGB value is (63,80,32). Sum of RGB (Red+Green+Blue) = 63+80+32=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5020 is #C0AFDF. Grayscale: #454545. Windows color (decimal): -12627936 or 2117695. OLE color: 2117695.
HSL color Cylindrical-coordinate representation of color #3F5020: hue angle of 81.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F5020 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 32 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.69 |
| HSL | 81.25º | 0.43% | 0.22% | - |
| HSV(B) | 81.25º | 0.6% | 0.31% | - |
| XYZ | 5.18 | 6.9 | 2.43 | - |
| YUV | 69.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 32 | 0.21 | 0 | 0.60 | 0.69 | 81.25 | 0.43 | 0.22 |
| Hex | 3F | 50 | 20 | 15 | 0 | 3C | 45 | 51 | 2B | 16 |
| Octal | 77 | 120 | 40 | 25 | 0 | 74 | 105 | 121 | 53 | 26 |
| Binary | 111111 | 1010000 | 100000 | 10101 | 0 | 111100 | 1000101 | 1010001 | 101011 | 10110 |
Color Harmonies of #3F5020
Complementary color
Monochromatic Colors of #3F5020
Black with #3F5020
Text Example
Text Example
White with #3F5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5020; }
p { color: rgb(63,80,32); }
H1.HeaderClassName
{
color: #3F5020;
}
.AnyTagClassName
{
color: #3F5020;
}
</style>
background-color css
<style>
a { background-color: #3F5020; }
a { background-color: rgb(63,80,32); }
div.DivClassName
{
background-color: #3F5020;
}
.BgClassName
{
background-color: #3F5020;
}
</style>
border-color css
<style>
span { border-color: #3F5020; }
span { border-color: rgb(63,80,32); }
td.TdClassName
{
border-color: #3F5020;
}
.TagClassName
{
border-color: #3F5020;
}
</style>