Shades of Antique Brass #704D1F
Tints of Antique Brass #704D1F
RGB
CMYK
RGB Variations
Color information
#704D1F (or 0x704D1F) is known color: Antique Brass. HEX triplet: 70, 4D and 1F. RGB value is (112,77,31). Sum of RGB (Red+Green+Blue) = 112+77+31=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #704D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D1F is #8FB2E0. Grayscale: #525252. Windows color (decimal): -9417441 or 2051440. OLE color: 2051440.
HSL color Cylindrical-coordinate representation of color #704D1F: hue angle of 34.07º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #704D1F is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 31 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.56 |
| HSL | 34.07º | 0.57% | 0.28% | - |
| HSV(B) | 34.07º | 0.72% | 0.44% | - |
| XYZ | 9.58 | 8.85 | 2.5 | - |
| YUV | 82.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 31 | 0 | 0.31 | 0.72 | 0.56 | 34.07 | 0.57 | 0.28 |
| Hex | 70 | 4D | 1F | 0 | 1F | 48 | 38 | 22 | 39 | 1C |
| Octal | 160 | 115 | 37 | 0 | 37 | 110 | 70 | 42 | 71 | 34 |
| Binary | 1110000 | 1001101 | 11111 | 0 | 11111 | 1001000 | 111000 | 100010 | 111001 | 11100 |
Color Harmonies of #704D1F
Complementary color
Monochromatic Colors of #704D1F
Black with #704D1F
Text Example
Text Example
White with #704D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D1F; }
p { color: rgb(112,77,31); }
H1.HeaderClassName
{
color: #704D1F;
}
.AnyTagClassName
{
color: #704D1F;
}
</style>
background-color css
<style>
a { background-color: #704D1F; }
a { background-color: rgb(112,77,31); }
div.DivClassName
{
background-color: #704D1F;
}
.BgClassName
{
background-color: #704D1F;
}
</style>
border-color css
<style>
span { border-color: #704D1F; }
span { border-color: rgb(112,77,31); }
td.TdClassName
{
border-color: #704D1F;
}
.TagClassName
{
border-color: #704D1F;
}
</style>