Shades of Antique Brass #70491C
Tints of Antique Brass #70491C
RGB
CMYK
RGB Variations
Color information
#70491C (or 0x70491C) is known color: Antique Brass. HEX triplet: 70, 49 and 1C. RGB value is (112,73,28). Sum of RGB (Red+Green+Blue) = 112+73+28=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70491C is #8FB6E3. Grayscale: #4F4F4F. Windows color (decimal): -9418468 or 1853808. OLE color: 1853808.
HSL color Cylindrical-coordinate representation of color #70491C: hue angle of 32.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70491C is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 28 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.56 |
| HSL | 32.14º | 0.6% | 0.27% | - |
| HSV(B) | 32.14º | 0.75% | 0.44% | - |
| XYZ | 9.27 | 8.29 | 2.21 | - |
| YUV | 79.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 28 | 0 | 0.35 | 0.75 | 0.56 | 32.14 | 0.6 | 0.27 |
| Hex | 70 | 49 | 1C | 0 | 23 | 4B | 38 | 20 | 3C | 1B |
| Octal | 160 | 111 | 34 | 0 | 43 | 113 | 70 | 40 | 74 | 33 |
| Binary | 1110000 | 1001001 | 11100 | 0 | 100011 | 1001011 | 111000 | 100000 | 111100 | 11011 |
Color Harmonies of #70491C
Complementary color
Monochromatic Colors of #70491C
Black with #70491C
Text Example
Text Example
White with #70491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70491C; }
p { color: rgb(112,73,28); }
H1.HeaderClassName
{
color: #70491C;
}
.AnyTagClassName
{
color: #70491C;
}
</style>
background-color css
<style>
a { background-color: #70491C; }
a { background-color: rgb(112,73,28); }
div.DivClassName
{
background-color: #70491C;
}
.BgClassName
{
background-color: #70491C;
}
</style>
border-color css
<style>
span { border-color: #70491C; }
span { border-color: rgb(112,73,28); }
td.TdClassName
{
border-color: #70491C;
}
.TagClassName
{
border-color: #70491C;
}
</style>