Shades of Bronzetone #3F541F
Tints of Bronzetone #3F541F
RGB
CMYK
RGB Variations
Color information
#3F541F (or 0x3F541F) is known color: Bronzetone. HEX triplet: 3F, 54 and 1F. RGB value is (63,84,31). Sum of RGB (Red+Green+Blue) = 63+84+31=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #3F541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F541F is #C0ABE0. Grayscale: #474747. Windows color (decimal): -12626913 or 2053183. OLE color: 2053183.
HSL color Cylindrical-coordinate representation of color #3F541F: hue angle of 83.77º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F541F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 31 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.67 |
| HSL | 83.77º | 0.46% | 0.23% | - |
| HSV(B) | 83.77º | 0.63% | 0.33% | - |
| XYZ | 5.47 | 7.5 | 2.46 | - |
| YUV | 71.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 31 | 0.25 | 0 | 0.63 | 0.67 | 83.77 | 0.46 | 0.23 |
| Hex | 3F | 54 | 1F | 19 | 0 | 3F | 43 | 54 | 2E | 17 |
| Octal | 77 | 124 | 37 | 31 | 0 | 77 | 103 | 124 | 56 | 27 |
| Binary | 111111 | 1010100 | 11111 | 11001 | 0 | 111111 | 1000011 | 1010100 | 101110 | 10111 |
Color Harmonies of #3F541F
Complementary color
Monochromatic Colors of #3F541F
Black with #3F541F
Text Example
Text Example
White with #3F541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F541F; }
p { color: rgb(63,84,31); }
H1.HeaderClassName
{
color: #3F541F;
}
.AnyTagClassName
{
color: #3F541F;
}
</style>
background-color css
<style>
a { background-color: #3F541F; }
a { background-color: rgb(63,84,31); }
div.DivClassName
{
background-color: #3F541F;
}
.BgClassName
{
background-color: #3F541F;
}
</style>
border-color css
<style>
span { border-color: #3F541F; }
span { border-color: rgb(63,84,31); }
td.TdClassName
{
border-color: #3F541F;
}
.TagClassName
{
border-color: #3F541F;
}
</style>