Shades of Antique Brass #70481D
Tints of Antique Brass #70481D
RGB
CMYK
RGB Variations
Color information
#70481D (or 0x70481D) is known color: Antique Brass. HEX triplet: 70, 48 and 1D. RGB value is (112,72,29). Sum of RGB (Red+Green+Blue) = 112+72+29=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70481D is #8FB7E2. Grayscale: #4F4F4F. Windows color (decimal): -9418723 or 1919088. OLE color: 1919088.
HSL color Cylindrical-coordinate representation of color #70481D: hue angle of 31.08º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70481D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 29 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.56 |
| HSL | 31.08º | 0.59% | 0.28% | - |
| HSV(B) | 31.08º | 0.74% | 0.44% | - |
| XYZ | 9.22 | 8.17 | 2.25 | - |
| YUV | 79.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 29 | 0 | 0.36 | 0.74 | 0.56 | 31.08 | 0.59 | 0.28 |
| Hex | 70 | 48 | 1D | 0 | 24 | 4A | 38 | 1F | 3B | 1C |
| Octal | 160 | 110 | 35 | 0 | 44 | 112 | 70 | 37 | 73 | 34 |
| Binary | 1110000 | 1001000 | 11101 | 0 | 100100 | 1001010 | 111000 | 11111 | 111011 | 11100 |
Color Harmonies of #70481D
Complementary color
Monochromatic Colors of #70481D
Black with #70481D
Text Example
Text Example
White with #70481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70481D; }
p { color: rgb(112,72,29); }
H1.HeaderClassName
{
color: #70481D;
}
.AnyTagClassName
{
color: #70481D;
}
</style>
background-color css
<style>
a { background-color: #70481D; }
a { background-color: rgb(112,72,29); }
div.DivClassName
{
background-color: #70481D;
}
.BgClassName
{
background-color: #70481D;
}
</style>
border-color css
<style>
span { border-color: #70481D; }
span { border-color: rgb(112,72,29); }
td.TdClassName
{
border-color: #70481D;
}
.TagClassName
{
border-color: #70481D;
}
</style>