Shades of Bronzetone #3F472B
Tints of Bronzetone #3F472B
RGB
CMYK
RGB Variations
Color information
#3F472B (or 0x3F472B) is known color: Bronzetone. HEX triplet: 3F, 47 and 2B. RGB value is (63,71,43). Sum of RGB (Red+Green+Blue) = 63+71+43=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #3F472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F472B is #C0B8D4. Grayscale: #414141. Windows color (decimal): -12630229 or 2836287. OLE color: 2836287.
HSL color Cylindrical-coordinate representation of color #3F472B: hue angle of 77.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F472B is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 43 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.72 |
| HSL | 77.14º | 0.25% | 0.22% | - |
| HSV(B) | 77.14º | 0.39% | 0.28% | - |
| XYZ | 4.74 | 5.74 | 3.14 | - |
| YUV | 65.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 43 | 0.11 | 0 | 0.39 | 0.72 | 77.14 | 0.25 | 0.22 |
| Hex | 3F | 47 | 2B | B | 0 | 27 | 48 | 4D | 19 | 16 |
| Octal | 77 | 107 | 53 | 13 | 0 | 47 | 110 | 115 | 31 | 26 |
| Binary | 111111 | 1000111 | 101011 | 1011 | 0 | 100111 | 1001000 | 1001101 | 11001 | 10110 |
Color Harmonies of #3F472B
Complementary color
Monochromatic Colors of #3F472B
Black with #3F472B
Text Example
Text Example
White with #3F472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F472B; }
p { color: rgb(63,71,43); }
H1.HeaderClassName
{
color: #3F472B;
}
.AnyTagClassName
{
color: #3F472B;
}
</style>
background-color css
<style>
a { background-color: #3F472B; }
a { background-color: rgb(63,71,43); }
div.DivClassName
{
background-color: #3F472B;
}
.BgClassName
{
background-color: #3F472B;
}
</style>
border-color css
<style>
span { border-color: #3F472B; }
span { border-color: rgb(63,71,43); }
td.TdClassName
{
border-color: #3F472B;
}
.TagClassName
{
border-color: #3F472B;
}
</style>