Shades of Deep Bronze #473E2F
Tints of Deep Bronze #473E2F
RGB
CMYK
RGB Variations
Color information
#473E2F (or 0x473E2F) is known color: Deep Bronze. HEX triplet: 47, 3E and 2F. RGB value is (71,62,47). Sum of RGB (Red+Green+Blue) = 71+62+47=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #473E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E2F is #B8C1D0. Grayscale: #3F3F3F. Windows color (decimal): -12108241 or 3096135. OLE color: 3096135.
HSL color Cylindrical-coordinate representation of color #473E2F: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473E2F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 47 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.72 |
| HSL | 37.5º | 0.2% | 0.23% | - |
| HSV(B) | 37.5º | 0.34% | 0.28% | - |
| XYZ | 4.83 | 4.99 | 3.4 | - |
| YUV | 62.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 47 | 0 | 0.13 | 0.34 | 0.72 | 37.5 | 0.2 | 0.23 |
| Hex | 47 | 3E | 2F | 0 | D | 22 | 48 | 26 | 14 | 17 |
| Octal | 107 | 76 | 57 | 0 | 15 | 42 | 110 | 46 | 24 | 27 |
| Binary | 1000111 | 111110 | 101111 | 0 | 1101 | 100010 | 1001000 | 100110 | 10100 | 10111 |
Color Harmonies of #473E2F
Complementary color
Monochromatic Colors of #473E2F
Black with #473E2F
Text Example
Text Example
White with #473E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E2F; }
p { color: rgb(71,62,47); }
H1.HeaderClassName
{
color: #473E2F;
}
.AnyTagClassName
{
color: #473E2F;
}
</style>
background-color css
<style>
a { background-color: #473E2F; }
a { background-color: rgb(71,62,47); }
div.DivClassName
{
background-color: #473E2F;
}
.BgClassName
{
background-color: #473E2F;
}
</style>
border-color css
<style>
span { border-color: #473E2F; }
span { border-color: rgb(71,62,47); }
td.TdClassName
{
border-color: #473E2F;
}
.TagClassName
{
border-color: #473E2F;
}
</style>