Shades of Bronzetone #3F482D
Tints of Bronzetone #3F482D
RGB
CMYK
RGB Variations
Color information
#3F482D (or 0x3F482D) is known color: Bronzetone. HEX triplet: 3F, 48 and 2D. RGB value is (63,72,45). Sum of RGB (Red+Green+Blue) = 63+72+45=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #3F482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F482D is #C0B7D2. Grayscale: #424242. Windows color (decimal): -12629971 or 2967615. OLE color: 2967615.
HSL color Cylindrical-coordinate representation of color #3F482D: hue angle of 80º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F482D is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 45 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.72 |
| HSL | 80º | 0.23% | 0.23% | - |
| HSV(B) | 80º | 0.38% | 0.28% | - |
| XYZ | 4.84 | 5.88 | 3.36 | - |
| YUV | 66.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 45 | 0.12 | 0 | 0.38 | 0.72 | 80 | 0.23 | 0.23 |
| Hex | 3F | 48 | 2D | C | 0 | 26 | 48 | 50 | 17 | 17 |
| Octal | 77 | 110 | 55 | 14 | 0 | 46 | 110 | 120 | 27 | 27 |
| Binary | 111111 | 1001000 | 101101 | 1100 | 0 | 100110 | 1001000 | 1010000 | 10111 | 10111 |
Color Harmonies of #3F482D
Complementary color
Monochromatic Colors of #3F482D
Black with #3F482D
Text Example
Text Example
White with #3F482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F482D; }
p { color: rgb(63,72,45); }
H1.HeaderClassName
{
color: #3F482D;
}
.AnyTagClassName
{
color: #3F482D;
}
</style>
background-color css
<style>
a { background-color: #3F482D; }
a { background-color: rgb(63,72,45); }
div.DivClassName
{
background-color: #3F482D;
}
.BgClassName
{
background-color: #3F482D;
}
</style>
border-color css
<style>
span { border-color: #3F482D; }
span { border-color: rgb(63,72,45); }
td.TdClassName
{
border-color: #3F482D;
}
.TagClassName
{
border-color: #3F482D;
}
</style>