Shades of Antique Brass #70471E
Tints of Antique Brass #70471E
RGB
CMYK
RGB Variations
Color information
#70471E (or 0x70471E) is known color: Antique Brass. HEX triplet: 70, 47 and 1E. RGB value is (112,71,30). Sum of RGB (Red+Green+Blue) = 112+71+30=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70471E is #8FB8E1. Grayscale: #4E4E4E. Windows color (decimal): -9418978 or 1984368. OLE color: 1984368.
HSL color Cylindrical-coordinate representation of color #70471E: hue angle of 30º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70471E is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 30 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.56 |
| HSL | 30º | 0.58% | 0.28% | - |
| HSV(B) | 30º | 0.73% | 0.44% | - |
| XYZ | 9.17 | 8.04 | 2.3 | - |
| YUV | 78.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 30 | 0 | 0.37 | 0.73 | 0.56 | 30 | 0.58 | 0.28 |
| Hex | 70 | 47 | 1E | 0 | 25 | 49 | 38 | 1E | 3A | 1C |
| Octal | 160 | 107 | 36 | 0 | 45 | 111 | 70 | 36 | 72 | 34 |
| Binary | 1110000 | 1000111 | 11110 | 0 | 100101 | 1001001 | 111000 | 11110 | 111010 | 11100 |
Color Harmonies of #70471E
Complementary color
Monochromatic Colors of #70471E
Black with #70471E
Text Example
Text Example
White with #70471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70471E; }
p { color: rgb(112,71,30); }
H1.HeaderClassName
{
color: #70471E;
}
.AnyTagClassName
{
color: #70471E;
}
</style>
background-color css
<style>
a { background-color: #70471E; }
a { background-color: rgb(112,71,30); }
div.DivClassName
{
background-color: #70471E;
}
.BgClassName
{
background-color: #70471E;
}
</style>
border-color css
<style>
span { border-color: #70471E; }
span { border-color: rgb(112,71,30); }
td.TdClassName
{
border-color: #70471E;
}
.TagClassName
{
border-color: #70471E;
}
</style>