Shades of Bronzetone #3E4F1F
Tints of Bronzetone #3E4F1F
RGB
CMYK
RGB Variations
Color information
#3E4F1F (or 0x3E4F1F) is known color: Bronzetone. HEX triplet: 3E, 4F and 1F. RGB value is (62,79,31). Sum of RGB (Red+Green+Blue) = 62+79+31=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4F1F is #C1B0E0. Grayscale: #444444. Windows color (decimal): -12693729 or 2051902. OLE color: 2051902.
HSL color Cylindrical-coordinate representation of color #3E4F1F: hue angle of 81.25º 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 #3E4F1F is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 79 | 31 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.69 |
| HSL | 81.25º | 0.44% | 0.22% | - |
| HSV(B) | 81.25º | 0.61% | 0.31% | - |
| XYZ | 5.03 | 6.72 | 2.33 | - |
| YUV | 68.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 79 | 31 | 0.22 | 0 | 0.61 | 0.69 | 81.25 | 0.44 | 0.22 |
| Hex | 3E | 4F | 1F | 16 | 0 | 3D | 45 | 51 | 2C | 16 |
| Octal | 76 | 117 | 37 | 26 | 0 | 75 | 105 | 121 | 54 | 26 |
| Binary | 111110 | 1001111 | 11111 | 10110 | 0 | 111101 | 1000101 | 1010001 | 101100 | 10110 |
Color Harmonies of #3E4F1F
Complementary color
Monochromatic Colors of #3E4F1F
Black with #3E4F1F
Text Example
Text Example
White with #3E4F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4F1F; }
p { color: rgb(62,79,31); }
H1.HeaderClassName
{
color: #3E4F1F;
}
.AnyTagClassName
{
color: #3E4F1F;
}
</style>
background-color css
<style>
a { background-color: #3E4F1F; }
a { background-color: rgb(62,79,31); }
div.DivClassName
{
background-color: #3E4F1F;
}
.BgClassName
{
background-color: #3E4F1F;
}
</style>
border-color css
<style>
span { border-color: #3E4F1F; }
span { border-color: rgb(62,79,31); }
td.TdClassName
{
border-color: #3E4F1F;
}
.TagClassName
{
border-color: #3E4F1F;
}
</style>