Shades of Bronzetone #3F482E
Tints of Bronzetone #3F482E
RGB
CMYK
RGB Variations
Color information
#3F482E (or 0x3F482E) is known color: Bronzetone. HEX triplet: 3F, 48 and 2E. RGB value is (63,72,46). Sum of RGB (Red+Green+Blue) = 63+72+46=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #3F482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F482E is #C0B7D1. Grayscale: #424242. Windows color (decimal): -12629970 or 3033151. OLE color: 3033151.
HSL color Cylindrical-coordinate representation of color #3F482E: hue angle of 80.77º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F482E is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 46 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.72 |
| HSL | 80.77º | 0.22% | 0.23% | - |
| HSV(B) | 80.77º | 0.36% | 0.28% | - |
| XYZ | 4.86 | 5.89 | 3.47 | - |
| YUV | 66.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 46 | 0.12 | 0 | 0.36 | 0.72 | 80.77 | 0.22 | 0.23 |
| Hex | 3F | 48 | 2E | C | 0 | 24 | 48 | 51 | 16 | 17 |
| Octal | 77 | 110 | 56 | 14 | 0 | 44 | 110 | 121 | 26 | 27 |
| Binary | 111111 | 1001000 | 101110 | 1100 | 0 | 100100 | 1001000 | 1010001 | 10110 | 10111 |
Color Harmonies of #3F482E
Complementary color
Monochromatic Colors of #3F482E
Black with #3F482E
Text Example
Text Example
White with #3F482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F482E; }
p { color: rgb(63,72,46); }
H1.HeaderClassName
{
color: #3F482E;
}
.AnyTagClassName
{
color: #3F482E;
}
</style>
background-color css
<style>
a { background-color: #3F482E; }
a { background-color: rgb(63,72,46); }
div.DivClassName
{
background-color: #3F482E;
}
.BgClassName
{
background-color: #3F482E;
}
</style>
border-color css
<style>
span { border-color: #3F482E; }
span { border-color: rgb(63,72,46); }
td.TdClassName
{
border-color: #3F482E;
}
.TagClassName
{
border-color: #3F482E;
}
</style>