Shades of Bronzetone #3F472E
Tints of Bronzetone #3F472E
RGB
CMYK
RGB Variations
Color information
#3F472E (or 0x3F472E) is known color: Bronzetone. HEX triplet: 3F, 47 and 2E. RGB value is (63,71,46). Sum of RGB (Red+Green+Blue) = 63+71+46=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #3F472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F472E is #C0B8D1. Grayscale: #414141. Windows color (decimal): -12630226 or 3032895. OLE color: 3032895.
HSL color Cylindrical-coordinate representation of color #3F472E: hue angle of 79.2º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F472E is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 46 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.72 |
| HSL | 79.2º | 0.21% | 0.23% | - |
| HSV(B) | 79.2º | 0.35% | 0.28% | - |
| XYZ | 4.8 | 5.76 | 3.44 | - |
| YUV | 65.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 46 | 0.11 | 0 | 0.35 | 0.72 | 79.2 | 0.21 | 0.23 |
| Hex | 3F | 47 | 2E | B | 0 | 23 | 48 | 4F | 15 | 17 |
| Octal | 77 | 107 | 56 | 13 | 0 | 43 | 110 | 117 | 25 | 27 |
| Binary | 111111 | 1000111 | 101110 | 1011 | 0 | 100011 | 1001000 | 1001111 | 10101 | 10111 |
Color Harmonies of #3F472E
Complementary color
Monochromatic Colors of #3F472E
Black with #3F472E
Text Example
Text Example
White with #3F472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F472E; }
p { color: rgb(63,71,46); }
H1.HeaderClassName
{
color: #3F472E;
}
.AnyTagClassName
{
color: #3F472E;
}
</style>
background-color css
<style>
a { background-color: #3F472E; }
a { background-color: rgb(63,71,46); }
div.DivClassName
{
background-color: #3F472E;
}
.BgClassName
{
background-color: #3F472E;
}
</style>
border-color css
<style>
span { border-color: #3F472E; }
span { border-color: rgb(63,71,46); }
td.TdClassName
{
border-color: #3F472E;
}
.TagClassName
{
border-color: #3F472E;
}
</style>