Shades of Bronzetone #3F4E1D
Tints of Bronzetone #3F4E1D
RGB
CMYK
RGB Variations
Color information
#3F4E1D (or 0x3F4E1D) is known color: Bronzetone. HEX triplet: 3F, 4E and 1D. RGB value is (63,78,29). Sum of RGB (Red+Green+Blue) = 63+78+29=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E1D is #C0B1E2. Grayscale: #444444. Windows color (decimal): -12628451 or 1920575. OLE color: 1920575.
HSL color Cylindrical-coordinate representation of color #3F4E1D: hue angle of 78.37º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F4E1D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 29 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.69 |
| HSL | 78.37º | 0.46% | 0.21% | - |
| HSV(B) | 78.37º | 0.63% | 0.31% | - |
| XYZ | 5 | 6.59 | 2.17 | - |
| YUV | 67.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 29 | 0.19 | 0 | 0.63 | 0.69 | 78.37 | 0.46 | 0.21 |
| Hex | 3F | 4E | 1D | 13 | 0 | 3F | 45 | 4E | 2E | 15 |
| Octal | 77 | 116 | 35 | 23 | 0 | 77 | 105 | 116 | 56 | 25 |
| Binary | 111111 | 1001110 | 11101 | 10011 | 0 | 111111 | 1000101 | 1001110 | 101110 | 10101 |
Color Harmonies of #3F4E1D
Complementary color
Monochromatic Colors of #3F4E1D
Black with #3F4E1D
Text Example
Text Example
White with #3F4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E1D; }
p { color: rgb(63,78,29); }
H1.HeaderClassName
{
color: #3F4E1D;
}
.AnyTagClassName
{
color: #3F4E1D;
}
</style>
background-color css
<style>
a { background-color: #3F4E1D; }
a { background-color: rgb(63,78,29); }
div.DivClassName
{
background-color: #3F4E1D;
}
.BgClassName
{
background-color: #3F4E1D;
}
</style>
border-color css
<style>
span { border-color: #3F4E1D; }
span { border-color: rgb(63,78,29); }
td.TdClassName
{
border-color: #3F4E1D;
}
.TagClassName
{
border-color: #3F4E1D;
}
</style>