Shades of Antique Brass #704E20
Tints of Antique Brass #704E20
RGB
CMYK
RGB Variations
Color information
#704E20 (or 0x704E20) is known color: Antique Brass. HEX triplet: 70, 4E and 20. RGB value is (112,78,32). Sum of RGB (Red+Green+Blue) = 112+78+32=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #704E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E20 is #8FB1DF. Grayscale: #535353. Windows color (decimal): -9417184 or 2117232. OLE color: 2117232.
HSL color Cylindrical-coordinate representation of color #704E20: hue angle of 34.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #704E20 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 32 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.56 |
| HSL | 34.5º | 0.56% | 0.28% | - |
| HSV(B) | 34.5º | 0.71% | 0.44% | - |
| XYZ | 9.67 | 9 | 2.59 | - |
| YUV | 82.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 32 | 0 | 0.30 | 0.71 | 0.56 | 34.5 | 0.56 | 0.28 |
| Hex | 70 | 4E | 20 | 0 | 1E | 47 | 38 | 22 | 38 | 1C |
| Octal | 160 | 116 | 40 | 0 | 36 | 107 | 70 | 42 | 70 | 34 |
| Binary | 1110000 | 1001110 | 100000 | 0 | 11110 | 1000111 | 111000 | 100010 | 111000 | 11100 |
Color Harmonies of #704E20
Complementary color
Monochromatic Colors of #704E20
Black with #704E20
Text Example
Text Example
White with #704E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E20; }
p { color: rgb(112,78,32); }
H1.HeaderClassName
{
color: #704E20;
}
.AnyTagClassName
{
color: #704E20;
}
</style>
background-color css
<style>
a { background-color: #704E20; }
a { background-color: rgb(112,78,32); }
div.DivClassName
{
background-color: #704E20;
}
.BgClassName
{
background-color: #704E20;
}
</style>
border-color css
<style>
span { border-color: #704E20; }
span { border-color: rgb(112,78,32); }
td.TdClassName
{
border-color: #704E20;
}
.TagClassName
{
border-color: #704E20;
}
</style>