Shades of Antique Brass #70421B
Tints of Antique Brass #70421B
RGB
CMYK
RGB Variations
Color information
#70421B (or 0x70421B) is known color: Antique Brass. HEX triplet: 70, 42 and 1B. RGB value is (112,66,27). Sum of RGB (Red+Green+Blue) = 112+66+27=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70421B is #8FBDE4. Grayscale: #4B4B4B. Windows color (decimal): -9420261 or 1786480. OLE color: 1786480.
HSL color Cylindrical-coordinate representation of color #70421B: hue angle of 27.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70421B is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 27 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.56 |
| HSL | 27.53º | 0.61% | 0.27% | - |
| HSV(B) | 27.53º | 0.76% | 0.44% | - |
| XYZ | 8.83 | 7.42 | 2 | - |
| YUV | 75.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 27 | 0 | 0.41 | 0.76 | 0.56 | 27.53 | 0.61 | 0.27 |
| Hex | 70 | 42 | 1B | 0 | 29 | 4C | 38 | 1C | 3D | 1B |
| Octal | 160 | 102 | 33 | 0 | 51 | 114 | 70 | 34 | 75 | 33 |
| Binary | 1110000 | 1000010 | 11011 | 0 | 101001 | 1001100 | 111000 | 11100 | 111101 | 11011 |
Color Harmonies of #70421B
Complementary color
Monochromatic Colors of #70421B
Black with #70421B
Text Example
Text Example
White with #70421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70421B; }
p { color: rgb(112,66,27); }
H1.HeaderClassName
{
color: #70421B;
}
.AnyTagClassName
{
color: #70421B;
}
</style>
background-color css
<style>
a { background-color: #70421B; }
a { background-color: rgb(112,66,27); }
div.DivClassName
{
background-color: #70421B;
}
.BgClassName
{
background-color: #70421B;
}
</style>
border-color css
<style>
span { border-color: #70421B; }
span { border-color: rgb(112,66,27); }
td.TdClassName
{
border-color: #70421B;
}
.TagClassName
{
border-color: #70421B;
}
</style>