Shades of Antique Brass #70431B
Tints of Antique Brass #70431B
RGB
CMYK
RGB Variations
Color information
#70431B (or 0x70431B) is known color: Antique Brass. HEX triplet: 70, 43 and 1B. RGB value is (112,67,27). Sum of RGB (Red+Green+Blue) = 112+67+27=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70431B is #8FBCE4. Grayscale: #4C4C4C. Windows color (decimal): -9420005 or 1786736. OLE color: 1786736.
HSL color Cylindrical-coordinate representation of color #70431B: hue angle of 28.24º 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 #70431B is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 27 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.56 |
| HSL | 28.24º | 0.61% | 0.27% | - |
| HSV(B) | 28.24º | 0.76% | 0.44% | - |
| XYZ | 8.89 | 7.54 | 2.02 | - |
| YUV | 75.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 27 | 0 | 0.40 | 0.76 | 0.56 | 28.24 | 0.61 | 0.27 |
| Hex | 70 | 43 | 1B | 0 | 28 | 4C | 38 | 1C | 3D | 1B |
| Octal | 160 | 103 | 33 | 0 | 50 | 114 | 70 | 34 | 75 | 33 |
| Binary | 1110000 | 1000011 | 11011 | 0 | 101000 | 1001100 | 111000 | 11100 | 111101 | 11011 |
Color Harmonies of #70431B
Complementary color
Monochromatic Colors of #70431B
Black with #70431B
Text Example
Text Example
White with #70431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70431B; }
p { color: rgb(112,67,27); }
H1.HeaderClassName
{
color: #70431B;
}
.AnyTagClassName
{
color: #70431B;
}
</style>
background-color css
<style>
a { background-color: #70431B; }
a { background-color: rgb(112,67,27); }
div.DivClassName
{
background-color: #70431B;
}
.BgClassName
{
background-color: #70431B;
}
</style>
border-color css
<style>
span { border-color: #70431B; }
span { border-color: rgb(112,67,27); }
td.TdClassName
{
border-color: #70431B;
}
.TagClassName
{
border-color: #70431B;
}
</style>