Shades of Antique Brass #70441B
Tints of Antique Brass #70441B
RGB
CMYK
RGB Variations
Color information
#70441B (or 0x70441B) is known color: Antique Brass. HEX triplet: 70, 44 and 1B. RGB value is (112,68,27). Sum of RGB (Red+Green+Blue) = 112+68+27=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70441B is #8FBBE4. Grayscale: #4C4C4C. Windows color (decimal): -9419749 or 1786992. OLE color: 1786992.
HSL color Cylindrical-coordinate representation of color #70441B: hue angle of 28.94º 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 #70441B is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 27 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.56 |
| HSL | 28.94º | 0.61% | 0.27% | - |
| HSV(B) | 28.94º | 0.76% | 0.44% | - |
| XYZ | 8.95 | 7.66 | 2.04 | - |
| YUV | 76.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 27 | 0 | 0.39 | 0.76 | 0.56 | 28.94 | 0.61 | 0.27 |
| Hex | 70 | 44 | 1B | 0 | 27 | 4C | 38 | 1D | 3D | 1B |
| Octal | 160 | 104 | 33 | 0 | 47 | 114 | 70 | 35 | 75 | 33 |
| Binary | 1110000 | 1000100 | 11011 | 0 | 100111 | 1001100 | 111000 | 11101 | 111101 | 11011 |
Color Harmonies of #70441B
Complementary color
Monochromatic Colors of #70441B
Black with #70441B
Text Example
Text Example
White with #70441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70441B; }
p { color: rgb(112,68,27); }
H1.HeaderClassName
{
color: #70441B;
}
.AnyTagClassName
{
color: #70441B;
}
</style>
background-color css
<style>
a { background-color: #70441B; }
a { background-color: rgb(112,68,27); }
div.DivClassName
{
background-color: #70441B;
}
.BgClassName
{
background-color: #70441B;
}
</style>
border-color css
<style>
span { border-color: #70441B; }
span { border-color: rgb(112,68,27); }
td.TdClassName
{
border-color: #70441B;
}
.TagClassName
{
border-color: #70441B;
}
</style>