Shades of Antique Brass #70481A
Tints of Antique Brass #70481A
RGB
CMYK
RGB Variations
Color information
#70481A (or 0x70481A) is known color: Antique Brass. HEX triplet: 70, 48 and 1A. RGB value is (112,72,26). Sum of RGB (Red+Green+Blue) = 112+72+26=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70481A is #8FB7E5. Grayscale: #4E4E4E. Windows color (decimal): -9418726 or 1722480. OLE color: 1722480.
HSL color Cylindrical-coordinate representation of color #70481A: hue angle of 32.09º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70481A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 26 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.56 |
| HSL | 32.09º | 0.62% | 0.27% | - |
| HSV(B) | 32.09º | 0.77% | 0.44% | - |
| XYZ | 9.19 | 8.15 | 2.07 | - |
| YUV | 78.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 26 | 0 | 0.36 | 0.77 | 0.56 | 32.09 | 0.62 | 0.27 |
| Hex | 70 | 48 | 1A | 0 | 24 | 4D | 38 | 20 | 3E | 1B |
| Octal | 160 | 110 | 32 | 0 | 44 | 115 | 70 | 40 | 76 | 33 |
| Binary | 1110000 | 1001000 | 11010 | 0 | 100100 | 1001101 | 111000 | 100000 | 111110 | 11011 |
Color Harmonies of #70481A
Complementary color
Monochromatic Colors of #70481A
Black with #70481A
Text Example
Text Example
White with #70481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70481A; }
p { color: rgb(112,72,26); }
H1.HeaderClassName
{
color: #70481A;
}
.AnyTagClassName
{
color: #70481A;
}
</style>
background-color css
<style>
a { background-color: #70481A; }
a { background-color: rgb(112,72,26); }
div.DivClassName
{
background-color: #70481A;
}
.BgClassName
{
background-color: #70481A;
}
</style>
border-color css
<style>
span { border-color: #70481A; }
span { border-color: rgb(112,72,26); }
td.TdClassName
{
border-color: #70481A;
}
.TagClassName
{
border-color: #70481A;
}
</style>