Shades of Deep Bronze #473D2F
Tints of Deep Bronze #473D2F
RGB
CMYK
RGB Variations
Color information
#473D2F (or 0x473D2F) is known color: Deep Bronze. HEX triplet: 47, 3D and 2F. RGB value is (71,61,47). Sum of RGB (Red+Green+Blue) = 71+61+47=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D2F is #B8C2D0. Grayscale: #3E3E3E. Windows color (decimal): -12108497 or 3095879. OLE color: 3095879.
HSL color Cylindrical-coordinate representation of color #473D2F: hue angle of 35º 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 #473D2F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 47 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.72 |
| HSL | 35º | 0.2% | 0.23% | - |
| HSV(B) | 35º | 0.34% | 0.28% | - |
| XYZ | 4.78 | 4.88 | 3.38 | - |
| YUV | 62.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 47 | 0 | 0.14 | 0.34 | 0.72 | 35 | 0.2 | 0.23 |
| Hex | 47 | 3D | 2F | 0 | E | 22 | 48 | 23 | 14 | 17 |
| Octal | 107 | 75 | 57 | 0 | 16 | 42 | 110 | 43 | 24 | 27 |
| Binary | 1000111 | 111101 | 101111 | 0 | 1110 | 100010 | 1001000 | 100011 | 10100 | 10111 |
Color Harmonies of #473D2F
Complementary color
Monochromatic Colors of #473D2F
Black with #473D2F
Text Example
Text Example
White with #473D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D2F; }
p { color: rgb(71,61,47); }
H1.HeaderClassName
{
color: #473D2F;
}
.AnyTagClassName
{
color: #473D2F;
}
</style>
background-color css
<style>
a { background-color: #473D2F; }
a { background-color: rgb(71,61,47); }
div.DivClassName
{
background-color: #473D2F;
}
.BgClassName
{
background-color: #473D2F;
}
</style>
border-color css
<style>
span { border-color: #473D2F; }
span { border-color: rgb(71,61,47); }
td.TdClassName
{
border-color: #473D2F;
}
.TagClassName
{
border-color: #473D2F;
}
</style>