Shades of Antique Brass #70471F
Tints of Antique Brass #70471F
RGB
CMYK
RGB Variations
Color information
#70471F (or 0x70471F) is known color: Antique Brass. HEX triplet: 70, 47 and 1F. RGB value is (112,71,31). Sum of RGB (Red+Green+Blue) = 112+71+31=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70471F is #8FB8E0. Grayscale: #4E4E4E. Windows color (decimal): -9418977 or 2049904. OLE color: 2049904.
HSL color Cylindrical-coordinate representation of color #70471F: hue angle of 29.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70471F is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 31 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.56 |
| HSL | 29.63º | 0.57% | 0.28% | - |
| HSV(B) | 29.63º | 0.72% | 0.44% | - |
| XYZ | 9.18 | 8.05 | 2.37 | - |
| YUV | 78.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 31 | 0 | 0.37 | 0.72 | 0.56 | 29.63 | 0.57 | 0.28 |
| Hex | 70 | 47 | 1F | 0 | 25 | 48 | 38 | 1E | 39 | 1C |
| Octal | 160 | 107 | 37 | 0 | 45 | 110 | 70 | 36 | 71 | 34 |
| Binary | 1110000 | 1000111 | 11111 | 0 | 100101 | 1001000 | 111000 | 11110 | 111001 | 11100 |
Color Harmonies of #70471F
Complementary color
Monochromatic Colors of #70471F
Black with #70471F
Text Example
Text Example
White with #70471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70471F; }
p { color: rgb(112,71,31); }
H1.HeaderClassName
{
color: #70471F;
}
.AnyTagClassName
{
color: #70471F;
}
</style>
background-color css
<style>
a { background-color: #70471F; }
a { background-color: rgb(112,71,31); }
div.DivClassName
{
background-color: #70471F;
}
.BgClassName
{
background-color: #70471F;
}
</style>
border-color css
<style>
span { border-color: #70471F; }
span { border-color: rgb(112,71,31); }
td.TdClassName
{
border-color: #70471F;
}
.TagClassName
{
border-color: #70471F;
}
</style>