Shades of Bronzetone #3F511D
Tints of Bronzetone #3F511D
RGB
CMYK
RGB Variations
Color information
#3F511D (or 0x3F511D) is known color: Bronzetone. HEX triplet: 3F, 51 and 1D. RGB value is (63,81,29). Sum of RGB (Red+Green+Blue) = 63+81+29=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #3F511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F511D is #C0AEE2. Grayscale: #454545. Windows color (decimal): -12627683 or 1921343. OLE color: 1921343.
HSL color Cylindrical-coordinate representation of color #3F511D: hue angle of 80.77º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F511D is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 29 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.68 |
| HSL | 80.77º | 0.47% | 0.22% | - |
| HSV(B) | 80.77º | 0.64% | 0.32% | - |
| XYZ | 5.21 | 7.03 | 2.24 | - |
| YUV | 69.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 29 | 0.22 | 0 | 0.64 | 0.68 | 80.77 | 0.47 | 0.22 |
| Hex | 3F | 51 | 1D | 16 | 0 | 40 | 44 | 51 | 2F | 16 |
| Octal | 77 | 121 | 35 | 26 | 0 | 100 | 104 | 121 | 57 | 26 |
| Binary | 111111 | 1010001 | 11101 | 10110 | 0 | 1000000 | 1000100 | 1010001 | 101111 | 10110 |
Color Harmonies of #3F511D
Complementary color
Monochromatic Colors of #3F511D
Black with #3F511D
Text Example
Text Example
White with #3F511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F511D; }
p { color: rgb(63,81,29); }
H1.HeaderClassName
{
color: #3F511D;
}
.AnyTagClassName
{
color: #3F511D;
}
</style>
background-color css
<style>
a { background-color: #3F511D; }
a { background-color: rgb(63,81,29); }
div.DivClassName
{
background-color: #3F511D;
}
.BgClassName
{
background-color: #3F511D;
}
</style>
border-color css
<style>
span { border-color: #3F511D; }
span { border-color: rgb(63,81,29); }
td.TdClassName
{
border-color: #3F511D;
}
.TagClassName
{
border-color: #3F511D;
}
</style>