Shades of Bronzetone #3F4E21
Tints of Bronzetone #3F4E21
RGB
CMYK
RGB Variations
Color information
#3F4E21 (or 0x3F4E21) is known color: Bronzetone. HEX triplet: 3F, 4E and 21. RGB value is (63,78,33). Sum of RGB (Red+Green+Blue) = 63+78+33=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E21 is #C0B1DE. Grayscale: #444444. Windows color (decimal): -12628447 or 2182719. OLE color: 2182719.
HSL color Cylindrical-coordinate representation of color #3F4E21: hue angle of 80º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F4E21 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 33 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.69 |
| HSL | 80º | 0.41% | 0.22% | - |
| HSV(B) | 80º | 0.58% | 0.31% | - |
| XYZ | 5.05 | 6.62 | 2.45 | - |
| YUV | 68.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 33 | 0.19 | 0 | 0.58 | 0.69 | 80 | 0.41 | 0.22 |
| Hex | 3F | 4E | 21 | 13 | 0 | 3A | 45 | 50 | 29 | 16 |
| Octal | 77 | 116 | 41 | 23 | 0 | 72 | 105 | 120 | 51 | 26 |
| Binary | 111111 | 1001110 | 100001 | 10011 | 0 | 111010 | 1000101 | 1010000 | 101001 | 10110 |
Color Harmonies of #3F4E21
Complementary color
Monochromatic Colors of #3F4E21
Black with #3F4E21
Text Example
Text Example
White with #3F4E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E21; }
p { color: rgb(63,78,33); }
H1.HeaderClassName
{
color: #3F4E21;
}
.AnyTagClassName
{
color: #3F4E21;
}
</style>
background-color css
<style>
a { background-color: #3F4E21; }
a { background-color: rgb(63,78,33); }
div.DivClassName
{
background-color: #3F4E21;
}
.BgClassName
{
background-color: #3F4E21;
}
</style>
border-color css
<style>
span { border-color: #3F4E21; }
span { border-color: rgb(63,78,33); }
td.TdClassName
{
border-color: #3F4E21;
}
.TagClassName
{
border-color: #3F4E21;
}
</style>