Shades of Deep Bronze #473F33
Tints of Deep Bronze #473F33
RGB
CMYK
RGB Variations
Color information
#473F33 (or 0x473F33) is known color: Deep Bronze. HEX triplet: 47, 3F and 33. RGB value is (71,63,51). Sum of RGB (Red+Green+Blue) = 71+63+51=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F33 is #B8C0CC. Grayscale: #404040. Windows color (decimal): -12107981 or 3358535. OLE color: 3358535.
HSL color Cylindrical-coordinate representation of color #473F33: hue angle of 36º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #473F33 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 51 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.72 |
| HSL | 36º | 0.16% | 0.24% | - |
| HSV(B) | 36º | 0.28% | 0.28% | - |
| XYZ | 4.97 | 5.13 | 3.86 | - |
| YUV | 64.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 51 | 0 | 0.11 | 0.28 | 0.72 | 36 | 0.16 | 0.24 |
| Hex | 47 | 3F | 33 | 0 | B | 1C | 48 | 24 | 10 | 18 |
| Octal | 107 | 77 | 63 | 0 | 13 | 34 | 110 | 44 | 20 | 30 |
| Binary | 1000111 | 111111 | 110011 | 0 | 1011 | 11100 | 1001000 | 100100 | 10000 | 11000 |
Color Harmonies of #473F33
Complementary color
Monochromatic Colors of #473F33
Black with #473F33
Text Example
Text Example
White with #473F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F33; }
p { color: rgb(71,63,51); }
H1.HeaderClassName
{
color: #473F33;
}
.AnyTagClassName
{
color: #473F33;
}
</style>
background-color css
<style>
a { background-color: #473F33; }
a { background-color: rgb(71,63,51); }
div.DivClassName
{
background-color: #473F33;
}
.BgClassName
{
background-color: #473F33;
}
</style>
border-color css
<style>
span { border-color: #473F33; }
span { border-color: rgb(71,63,51); }
td.TdClassName
{
border-color: #473F33;
}
.TagClassName
{
border-color: #473F33;
}
</style>