Shades of Antique Brass #70441C
Tints of Antique Brass #70441C
RGB
CMYK
RGB Variations
Color information
#70441C (or 0x70441C) is known color: Antique Brass. HEX triplet: 70, 44 and 1C. RGB value is (112,68,28). Sum of RGB (Red+Green+Blue) = 112+68+28=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70441C is #8FBBE3. Grayscale: #4C4C4C. Windows color (decimal): -9419748 or 1852528. OLE color: 1852528.
HSL color Cylindrical-coordinate representation of color #70441C: hue angle of 28.57º 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 #70441C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 28 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.56 |
| HSL | 28.57º | 0.6% | 0.27% | - |
| HSV(B) | 28.57º | 0.75% | 0.44% | - |
| XYZ | 8.96 | 7.66 | 2.11 | - |
| YUV | 76.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 28 | 0 | 0.39 | 0.75 | 0.56 | 28.57 | 0.6 | 0.27 |
| Hex | 70 | 44 | 1C | 0 | 27 | 4B | 38 | 1D | 3C | 1B |
| Octal | 160 | 104 | 34 | 0 | 47 | 113 | 70 | 35 | 74 | 33 |
| Binary | 1110000 | 1000100 | 11100 | 0 | 100111 | 1001011 | 111000 | 11101 | 111100 | 11011 |
Color Harmonies of #70441C
Complementary color
Monochromatic Colors of #70441C
Black with #70441C
Text Example
Text Example
White with #70441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70441C; }
p { color: rgb(112,68,28); }
H1.HeaderClassName
{
color: #70441C;
}
.AnyTagClassName
{
color: #70441C;
}
</style>
background-color css
<style>
a { background-color: #70441C; }
a { background-color: rgb(112,68,28); }
div.DivClassName
{
background-color: #70441C;
}
.BgClassName
{
background-color: #70441C;
}
</style>
border-color css
<style>
span { border-color: #70441C; }
span { border-color: rgb(112,68,28); }
td.TdClassName
{
border-color: #70441C;
}
.TagClassName
{
border-color: #70441C;
}
</style>