Shades of Antique Brass #70421C
Tints of Antique Brass #70421C
RGB
CMYK
RGB Variations
Color information
#70421C (or 0x70421C) is known color: Antique Brass. HEX triplet: 70, 42 and 1C. RGB value is (112,66,28). Sum of RGB (Red+Green+Blue) = 112+66+28=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70421C is #8FBDE3. Grayscale: #4B4B4B. Windows color (decimal): -9420260 or 1852016. OLE color: 1852016.
HSL color Cylindrical-coordinate representation of color #70421C: hue angle of 27.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 #70421C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 28 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.56 |
| HSL | 27.14º | 0.6% | 0.27% | - |
| HSV(B) | 27.14º | 0.75% | 0.44% | - |
| XYZ | 8.84 | 7.43 | 2.07 | - |
| YUV | 75.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 28 | 0 | 0.41 | 0.75 | 0.56 | 27.14 | 0.6 | 0.27 |
| Hex | 70 | 42 | 1C | 0 | 29 | 4B | 38 | 1B | 3C | 1B |
| Octal | 160 | 102 | 34 | 0 | 51 | 113 | 70 | 33 | 74 | 33 |
| Binary | 1110000 | 1000010 | 11100 | 0 | 101001 | 1001011 | 111000 | 11011 | 111100 | 11011 |
Color Harmonies of #70421C
Complementary color
Monochromatic Colors of #70421C
Black with #70421C
Text Example
Text Example
White with #70421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70421C; }
p { color: rgb(112,66,28); }
H1.HeaderClassName
{
color: #70421C;
}
.AnyTagClassName
{
color: #70421C;
}
</style>
background-color css
<style>
a { background-color: #70421C; }
a { background-color: rgb(112,66,28); }
div.DivClassName
{
background-color: #70421C;
}
.BgClassName
{
background-color: #70421C;
}
</style>
border-color css
<style>
span { border-color: #70421C; }
span { border-color: rgb(112,66,28); }
td.TdClassName
{
border-color: #70421C;
}
.TagClassName
{
border-color: #70421C;
}
</style>