Shades of Bronzetone #3E472B
Tints of Bronzetone #3E472B
RGB
CMYK
RGB Variations
Color information
#3E472B (or 0x3E472B) is known color: Bronzetone. HEX triplet: 3E, 47 and 2B. RGB value is (62,71,43). Sum of RGB (Red+Green+Blue) = 62+71+43=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #3E472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E472B is #C1B8D4. Grayscale: #414141. Windows color (decimal): -12695765 or 2836286. OLE color: 2836286.
HSL color Cylindrical-coordinate representation of color #3E472B: hue angle of 79.29º 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 #3E472B is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 71 | 43 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.72 |
| HSL | 79.29º | 0.25% | 0.22% | - |
| HSV(B) | 79.29º | 0.39% | 0.28% | - |
| XYZ | 4.68 | 5.71 | 3.14 | - |
| YUV | 65.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 43 | 0.13 | 0 | 0.39 | 0.72 | 79.29 | 0.25 | 0.22 |
| Hex | 3E | 47 | 2B | D | 0 | 27 | 48 | 4F | 19 | 16 |
| Octal | 76 | 107 | 53 | 15 | 0 | 47 | 110 | 117 | 31 | 26 |
| Binary | 111110 | 1000111 | 101011 | 1101 | 0 | 100111 | 1001000 | 1001111 | 11001 | 10110 |
Color Harmonies of #3E472B
Complementary color
Monochromatic Colors of #3E472B
Black with #3E472B
Text Example
Text Example
White with #3E472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E472B; }
p { color: rgb(62,71,43); }
H1.HeaderClassName
{
color: #3E472B;
}
.AnyTagClassName
{
color: #3E472B;
}
</style>
background-color css
<style>
a { background-color: #3E472B; }
a { background-color: rgb(62,71,43); }
div.DivClassName
{
background-color: #3E472B;
}
.BgClassName
{
background-color: #3E472B;
}
</style>
border-color css
<style>
span { border-color: #3E472B; }
span { border-color: rgb(62,71,43); }
td.TdClassName
{
border-color: #3E472B;
}
.TagClassName
{
border-color: #3E472B;
}
</style>