Shades of Antique Brass #70461D
Tints of Antique Brass #70461D
RGB
CMYK
RGB Variations
Color information
#70461D (or 0x70461D) is known color: Antique Brass. HEX triplet: 70, 46 and 1D. RGB value is (112,70,29). Sum of RGB (Red+Green+Blue) = 112+70+29=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70461D is #8FB9E2. Grayscale: #4E4E4E. Windows color (decimal): -9419235 or 1918576. OLE color: 1918576.
HSL color Cylindrical-coordinate representation of color #70461D: hue angle of 29.64º 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 #70461D is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 29 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.56 |
| HSL | 29.64º | 0.59% | 0.28% | - |
| HSV(B) | 29.64º | 0.74% | 0.44% | - |
| XYZ | 9.09 | 7.91 | 2.21 | - |
| YUV | 77.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 29 | 0 | 0.38 | 0.74 | 0.56 | 29.64 | 0.59 | 0.28 |
| Hex | 70 | 46 | 1D | 0 | 26 | 4A | 38 | 1E | 3B | 1C |
| Octal | 160 | 106 | 35 | 0 | 46 | 112 | 70 | 36 | 73 | 34 |
| Binary | 1110000 | 1000110 | 11101 | 0 | 100110 | 1001010 | 111000 | 11110 | 111011 | 11100 |
Color Harmonies of #70461D
Complementary color
Monochromatic Colors of #70461D
Black with #70461D
Text Example
Text Example
White with #70461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70461D; }
p { color: rgb(112,70,29); }
H1.HeaderClassName
{
color: #70461D;
}
.AnyTagClassName
{
color: #70461D;
}
</style>
background-color css
<style>
a { background-color: #70461D; }
a { background-color: rgb(112,70,29); }
div.DivClassName
{
background-color: #70461D;
}
.BgClassName
{
background-color: #70461D;
}
</style>
border-color css
<style>
span { border-color: #70461D; }
span { border-color: rgb(112,70,29); }
td.TdClassName
{
border-color: #70461D;
}
.TagClassName
{
border-color: #70461D;
}
</style>