Shades of Bronzetone #3F4F1E
Tints of Bronzetone #3F4F1E
RGB
CMYK
RGB Variations
Color information
#3F4F1E (or 0x3F4F1E) is known color: Bronzetone. HEX triplet: 3F, 4F and 1E. RGB value is (63,79,30). Sum of RGB (Red+Green+Blue) = 63+79+30=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F1E is #C0B0E1. Grayscale: #444444. Windows color (decimal): -12628194 or 1986367. OLE color: 1986367.
HSL color Cylindrical-coordinate representation of color #3F4F1E: hue angle of 79.59º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F4F1E is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 30 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.69 |
| HSL | 79.59º | 0.45% | 0.21% | - |
| HSV(B) | 79.59º | 0.62% | 0.31% | - |
| XYZ | 5.08 | 6.74 | 2.26 | - |
| YUV | 68.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 30 | 0.20 | 0 | 0.62 | 0.69 | 79.59 | 0.45 | 0.21 |
| Hex | 3F | 4F | 1E | 14 | 0 | 3E | 45 | 50 | 2D | 15 |
| Octal | 77 | 117 | 36 | 24 | 0 | 76 | 105 | 120 | 55 | 25 |
| Binary | 111111 | 1001111 | 11110 | 10100 | 0 | 111110 | 1000101 | 1010000 | 101101 | 10101 |
Color Harmonies of #3F4F1E
Complementary color
Monochromatic Colors of #3F4F1E
Black with #3F4F1E
Text Example
Text Example
White with #3F4F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F1E; }
p { color: rgb(63,79,30); }
H1.HeaderClassName
{
color: #3F4F1E;
}
.AnyTagClassName
{
color: #3F4F1E;
}
</style>
background-color css
<style>
a { background-color: #3F4F1E; }
a { background-color: rgb(63,79,30); }
div.DivClassName
{
background-color: #3F4F1E;
}
.BgClassName
{
background-color: #3F4F1E;
}
</style>
border-color css
<style>
span { border-color: #3F4F1E; }
span { border-color: rgb(63,79,30); }
td.TdClassName
{
border-color: #3F4F1E;
}
.TagClassName
{
border-color: #3F4F1E;
}
</style>