Shades of Bronzetone #3F501E
Tints of Bronzetone #3F501E
RGB
CMYK
RGB Variations
Color information
#3F501E (or 0x3F501E) is known color: Bronzetone. HEX triplet: 3F, 50 and 1E. RGB value is (63,80,30). Sum of RGB (Red+Green+Blue) = 63+80+30=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #3F501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F501E is #C0AFE1. Grayscale: #454545. Windows color (decimal): -12627938 or 1986623. OLE color: 1986623.
HSL color Cylindrical-coordinate representation of color #3F501E: hue angle of 80.4º 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 #3F501E is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 30 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.69 |
| HSL | 80.4º | 0.45% | 0.22% | - |
| HSV(B) | 80.4º | 0.63% | 0.31% | - |
| XYZ | 5.15 | 6.89 | 2.29 | - |
| YUV | 69.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 30 | 0.21 | 0 | 0.62 | 0.69 | 80.4 | 0.45 | 0.22 |
| Hex | 3F | 50 | 1E | 15 | 0 | 3E | 45 | 50 | 2D | 16 |
| Octal | 77 | 120 | 36 | 25 | 0 | 76 | 105 | 120 | 55 | 26 |
| Binary | 111111 | 1010000 | 11110 | 10101 | 0 | 111110 | 1000101 | 1010000 | 101101 | 10110 |
Color Harmonies of #3F501E
Complementary color
Monochromatic Colors of #3F501E
Black with #3F501E
Text Example
Text Example
White with #3F501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F501E; }
p { color: rgb(63,80,30); }
H1.HeaderClassName
{
color: #3F501E;
}
.AnyTagClassName
{
color: #3F501E;
}
</style>
background-color css
<style>
a { background-color: #3F501E; }
a { background-color: rgb(63,80,30); }
div.DivClassName
{
background-color: #3F501E;
}
.BgClassName
{
background-color: #3F501E;
}
</style>
border-color css
<style>
span { border-color: #3F501E; }
span { border-color: rgb(63,80,30); }
td.TdClassName
{
border-color: #3F501E;
}
.TagClassName
{
border-color: #3F501E;
}
</style>