Shades of Bronzetone #3F472D
Tints of Bronzetone #3F472D
RGB
CMYK
RGB Variations
Color information
#3F472D (or 0x3F472D) is known color: Bronzetone. HEX triplet: 3F, 47 and 2D. RGB value is (63,71,45). Sum of RGB (Red+Green+Blue) = 63+71+45=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #3F472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F472D is #C0B8D2. Grayscale: #414141. Windows color (decimal): -12630227 or 2967359. OLE color: 2967359.
HSL color Cylindrical-coordinate representation of color #3F472D: hue angle of 78.46º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F472D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 45 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.72 |
| HSL | 78.46º | 0.22% | 0.23% | - |
| HSV(B) | 78.46º | 0.37% | 0.28% | - |
| XYZ | 4.78 | 5.75 | 3.34 | - |
| YUV | 65.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 45 | 0.11 | 0 | 0.37 | 0.72 | 78.46 | 0.22 | 0.23 |
| Hex | 3F | 47 | 2D | B | 0 | 25 | 48 | 4E | 16 | 17 |
| Octal | 77 | 107 | 55 | 13 | 0 | 45 | 110 | 116 | 26 | 27 |
| Binary | 111111 | 1000111 | 101101 | 1011 | 0 | 100101 | 1001000 | 1001110 | 10110 | 10111 |
Color Harmonies of #3F472D
Complementary color
Monochromatic Colors of #3F472D
Black with #3F472D
Text Example
Text Example
White with #3F472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F472D; }
p { color: rgb(63,71,45); }
H1.HeaderClassName
{
color: #3F472D;
}
.AnyTagClassName
{
color: #3F472D;
}
</style>
background-color css
<style>
a { background-color: #3F472D; }
a { background-color: rgb(63,71,45); }
div.DivClassName
{
background-color: #3F472D;
}
.BgClassName
{
background-color: #3F472D;
}
</style>
border-color css
<style>
span { border-color: #3F472D; }
span { border-color: rgb(63,71,45); }
td.TdClassName
{
border-color: #3F472D;
}
.TagClassName
{
border-color: #3F472D;
}
</style>