Shades of Antique Brass #70491F
Tints of Antique Brass #70491F
RGB
CMYK
RGB Variations
Color information
#70491F (or 0x70491F) is known color: Antique Brass. HEX triplet: 70, 49 and 1F. RGB value is (112,73,31). Sum of RGB (Red+Green+Blue) = 112+73+31=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #70491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70491F is #8FB6E0. Grayscale: #505050. Windows color (decimal): -9418465 or 2050416. OLE color: 2050416.
HSL color Cylindrical-coordinate representation of color #70491F: hue angle of 31.11º 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 #70491F is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 31 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.56 |
| HSL | 31.11º | 0.57% | 0.28% | - |
| HSV(B) | 31.11º | 0.72% | 0.44% | - |
| XYZ | 9.31 | 8.31 | 2.41 | - |
| YUV | 79.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 31 | 0 | 0.35 | 0.72 | 0.56 | 31.11 | 0.57 | 0.28 |
| Hex | 70 | 49 | 1F | 0 | 23 | 48 | 38 | 1F | 39 | 1C |
| Octal | 160 | 111 | 37 | 0 | 43 | 110 | 70 | 37 | 71 | 34 |
| Binary | 1110000 | 1001001 | 11111 | 0 | 100011 | 1001000 | 111000 | 11111 | 111001 | 11100 |
Color Harmonies of #70491F
Complementary color
Monochromatic Colors of #70491F
Black with #70491F
Text Example
Text Example
White with #70491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70491F; }
p { color: rgb(112,73,31); }
H1.HeaderClassName
{
color: #70491F;
}
.AnyTagClassName
{
color: #70491F;
}
</style>
background-color css
<style>
a { background-color: #70491F; }
a { background-color: rgb(112,73,31); }
div.DivClassName
{
background-color: #70491F;
}
.BgClassName
{
background-color: #70491F;
}
</style>
border-color css
<style>
span { border-color: #70491F; }
span { border-color: rgb(112,73,31); }
td.TdClassName
{
border-color: #70491F;
}
.TagClassName
{
border-color: #70491F;
}
</style>