Shades of Bronzetone #3F4F1F
Tints of Bronzetone #3F4F1F
RGB
CMYK
RGB Variations
Color information
#3F4F1F (or 0x3F4F1F) is known color: Bronzetone. HEX triplet: 3F, 4F and 1F. RGB value is (63,79,31). Sum of RGB (Red+Green+Blue) = 63+79+31=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F1F is #C0B0E0. Grayscale: #444444. Windows color (decimal): -12628193 or 2051903. OLE color: 2051903.
HSL color Cylindrical-coordinate representation of color #3F4F1F: hue angle of 80º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F4F1F is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 31 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.69 |
| HSL | 80º | 0.44% | 0.22% | - |
| HSV(B) | 80º | 0.61% | 0.31% | - |
| XYZ | 5.09 | 6.75 | 2.33 | - |
| YUV | 68.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 31 | 0.20 | 0 | 0.61 | 0.69 | 80 | 0.44 | 0.22 |
| Hex | 3F | 4F | 1F | 14 | 0 | 3D | 45 | 50 | 2C | 16 |
| Octal | 77 | 117 | 37 | 24 | 0 | 75 | 105 | 120 | 54 | 26 |
| Binary | 111111 | 1001111 | 11111 | 10100 | 0 | 111101 | 1000101 | 1010000 | 101100 | 10110 |
Color Harmonies of #3F4F1F
Complementary color
Monochromatic Colors of #3F4F1F
Black with #3F4F1F
Text Example
Text Example
White with #3F4F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F1F; }
p { color: rgb(63,79,31); }
H1.HeaderClassName
{
color: #3F4F1F;
}
.AnyTagClassName
{
color: #3F4F1F;
}
</style>
background-color css
<style>
a { background-color: #3F4F1F; }
a { background-color: rgb(63,79,31); }
div.DivClassName
{
background-color: #3F4F1F;
}
.BgClassName
{
background-color: #3F4F1F;
}
</style>
border-color css
<style>
span { border-color: #3F4F1F; }
span { border-color: rgb(63,79,31); }
td.TdClassName
{
border-color: #3F4F1F;
}
.TagClassName
{
border-color: #3F4F1F;
}
</style>