Shades of Bronzetone #3F5122
Tints of Bronzetone #3F5122
RGB
CMYK
RGB Variations
Color information
#3F5122 (or 0x3F5122) is known color: Bronzetone. HEX triplet: 3F, 51 and 22. RGB value is (63,81,34). Sum of RGB (Red+Green+Blue) = 63+81+34=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5122 is #C0AEDD. Grayscale: #464646. Windows color (decimal): -12627678 or 2249023. OLE color: 2249023.
HSL color Cylindrical-coordinate representation of color #3F5122: hue angle of 82.98º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F5122 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 34 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.68 |
| HSL | 82.98º | 0.41% | 0.23% | - |
| HSV(B) | 82.98º | 0.58% | 0.32% | - |
| XYZ | 5.28 | 7.06 | 2.6 | - |
| YUV | 70.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 34 | 0.22 | 0 | 0.58 | 0.68 | 82.98 | 0.41 | 0.23 |
| Hex | 3F | 51 | 22 | 16 | 0 | 3A | 44 | 53 | 29 | 17 |
| Octal | 77 | 121 | 42 | 26 | 0 | 72 | 104 | 123 | 51 | 27 |
| Binary | 111111 | 1010001 | 100010 | 10110 | 0 | 111010 | 1000100 | 1010011 | 101001 | 10111 |
Color Harmonies of #3F5122
Complementary color
Monochromatic Colors of #3F5122
Black with #3F5122
Text Example
Text Example
White with #3F5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5122; }
p { color: rgb(63,81,34); }
H1.HeaderClassName
{
color: #3F5122;
}
.AnyTagClassName
{
color: #3F5122;
}
</style>
background-color css
<style>
a { background-color: #3F5122; }
a { background-color: rgb(63,81,34); }
div.DivClassName
{
background-color: #3F5122;
}
.BgClassName
{
background-color: #3F5122;
}
</style>
border-color css
<style>
span { border-color: #3F5122; }
span { border-color: rgb(63,81,34); }
td.TdClassName
{
border-color: #3F5122;
}
.TagClassName
{
border-color: #3F5122;
}
</style>