Shades of Bronzetone #3E501E
Tints of Bronzetone #3E501E
RGB
CMYK
RGB Variations
Color information
#3E501E (or 0x3E501E) is known color: Bronzetone. HEX triplet: 3E, 50 and 1E. RGB value is (62,80,30). Sum of RGB (Red+Green+Blue) = 62+80+30=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #3E501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E501E is #C1AFE1. Grayscale: #454545. Windows color (decimal): -12693474 or 1986622. OLE color: 1986622.
HSL color Cylindrical-coordinate representation of color #3E501E: hue angle of 81.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E501E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 80 | 30 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.69 |
| HSL | 81.6º | 0.45% | 0.22% | - |
| HSV(B) | 81.6º | 0.63% | 0.31% | - |
| XYZ | 5.09 | 6.86 | 2.28 | - |
| YUV | 68.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 30 | 0.22 | 0 | 0.62 | 0.69 | 81.6 | 0.45 | 0.22 |
| Hex | 3E | 50 | 1E | 16 | 0 | 3E | 45 | 52 | 2D | 16 |
| Octal | 76 | 120 | 36 | 26 | 0 | 76 | 105 | 122 | 55 | 26 |
| Binary | 111110 | 1010000 | 11110 | 10110 | 0 | 111110 | 1000101 | 1010010 | 101101 | 10110 |
Color Harmonies of #3E501E
Complementary color
Monochromatic Colors of #3E501E
Black with #3E501E
Text Example
Text Example
White with #3E501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E501E; }
p { color: rgb(62,80,30); }
H1.HeaderClassName
{
color: #3E501E;
}
.AnyTagClassName
{
color: #3E501E;
}
</style>
background-color css
<style>
a { background-color: #3E501E; }
a { background-color: rgb(62,80,30); }
div.DivClassName
{
background-color: #3E501E;
}
.BgClassName
{
background-color: #3E501E;
}
</style>
border-color css
<style>
span { border-color: #3E501E; }
span { border-color: rgb(62,80,30); }
td.TdClassName
{
border-color: #3E501E;
}
.TagClassName
{
border-color: #3E501E;
}
</style>