Shades of Bronzetone #3F4F1C
Tints of Bronzetone #3F4F1C
RGB
CMYK
RGB Variations
Color information
#3F4F1C (or 0x3F4F1C) is known color: Bronzetone. HEX triplet: 3F, 4F and 1C. RGB value is (63,79,28). Sum of RGB (Red+Green+Blue) = 63+79+28=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F1C is #C0B0E3. Grayscale: #444444. Windows color (decimal): -12628196 or 1855295. OLE color: 1855295.
HSL color Cylindrical-coordinate representation of color #3F4F1C: hue angle of 78.82º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F4F1C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 28 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.69 |
| HSL | 78.82º | 0.48% | 0.21% | - |
| HSV(B) | 78.82º | 0.65% | 0.31% | - |
| XYZ | 5.06 | 6.73 | 2.13 | - |
| YUV | 68.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 28 | 0.20 | 0 | 0.65 | 0.69 | 78.82 | 0.48 | 0.21 |
| Hex | 3F | 4F | 1C | 14 | 0 | 41 | 45 | 4F | 30 | 15 |
| Octal | 77 | 117 | 34 | 24 | 0 | 101 | 105 | 117 | 60 | 25 |
| Binary | 111111 | 1001111 | 11100 | 10100 | 0 | 1000001 | 1000101 | 1001111 | 110000 | 10101 |
Color Harmonies of #3F4F1C
Complementary color
Monochromatic Colors of #3F4F1C
Black with #3F4F1C
Text Example
Text Example
White with #3F4F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F1C; }
p { color: rgb(63,79,28); }
H1.HeaderClassName
{
color: #3F4F1C;
}
.AnyTagClassName
{
color: #3F4F1C;
}
</style>
background-color css
<style>
a { background-color: #3F4F1C; }
a { background-color: rgb(63,79,28); }
div.DivClassName
{
background-color: #3F4F1C;
}
.BgClassName
{
background-color: #3F4F1C;
}
</style>
border-color css
<style>
span { border-color: #3F4F1C; }
span { border-color: rgb(63,79,28); }
td.TdClassName
{
border-color: #3F4F1C;
}
.TagClassName
{
border-color: #3F4F1C;
}
</style>