Shades of Antique Brass #704A21
Tints of Antique Brass #704A21
RGB
CMYK
RGB Variations
Color information
#704A21 (or 0x704A21) is known color: Antique Brass. HEX triplet: 70, 4A and 21. RGB value is (112,74,33). Sum of RGB (Red+Green+Blue) = 112+74+33=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A21 is #8FB5DE. Grayscale: #505050. Windows color (decimal): -9418207 or 2181744. OLE color: 2181744.
HSL color Cylindrical-coordinate representation of color #704A21: hue angle of 31.14º degrees, saturation: 0.54, 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 #704A21 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 33 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.56 |
| HSL | 31.14º | 0.54% | 0.28% | - |
| HSV(B) | 31.14º | 0.71% | 0.44% | - |
| XYZ | 9.41 | 8.45 | 2.57 | - |
| YUV | 80.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 33 | 0 | 0.34 | 0.71 | 0.56 | 31.14 | 0.54 | 0.28 |
| Hex | 70 | 4A | 21 | 0 | 22 | 47 | 38 | 1F | 36 | 1C |
| Octal | 160 | 112 | 41 | 0 | 42 | 107 | 70 | 37 | 66 | 34 |
| Binary | 1110000 | 1001010 | 100001 | 0 | 100010 | 1000111 | 111000 | 11111 | 110110 | 11100 |
Color Harmonies of #704A21
Complementary color
Monochromatic Colors of #704A21
Black with #704A21
Text Example
Text Example
White with #704A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A21; }
p { color: rgb(112,74,33); }
H1.HeaderClassName
{
color: #704A21;
}
.AnyTagClassName
{
color: #704A21;
}
</style>
background-color css
<style>
a { background-color: #704A21; }
a { background-color: rgb(112,74,33); }
div.DivClassName
{
background-color: #704A21;
}
.BgClassName
{
background-color: #704A21;
}
</style>
border-color css
<style>
span { border-color: #704A21; }
span { border-color: rgb(112,74,33); }
td.TdClassName
{
border-color: #704A21;
}
.TagClassName
{
border-color: #704A21;
}
</style>