Shades of Antique Brass #704E22
Tints of Antique Brass #704E22
RGB
CMYK
RGB Variations
Color information
#704E22 (or 0x704E22) is known color: Antique Brass. HEX triplet: 70, 4E and 22. RGB value is (112,78,34). Sum of RGB (Red+Green+Blue) = 112+78+34=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #704E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E22 is #8FB1DD. Grayscale: #535353. Windows color (decimal): -9417182 or 2248304. OLE color: 2248304.
HSL color Cylindrical-coordinate representation of color #704E22: hue angle of 33.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704E22 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 34 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.56 |
| HSL | 33.85º | 0.53% | 0.29% | - |
| HSV(B) | 33.85º | 0.7% | 0.44% | - |
| XYZ | 9.7 | 9.01 | 2.74 | - |
| YUV | 83.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 34 | 0 | 0.30 | 0.70 | 0.56 | 33.85 | 0.53 | 0.29 |
| Hex | 70 | 4E | 22 | 0 | 1E | 46 | 38 | 22 | 35 | 1D |
| Octal | 160 | 116 | 42 | 0 | 36 | 106 | 70 | 42 | 65 | 35 |
| Binary | 1110000 | 1001110 | 100010 | 0 | 11110 | 1000110 | 111000 | 100010 | 110101 | 11101 |
Color Harmonies of #704E22
Complementary color
Monochromatic Colors of #704E22
Black with #704E22
Text Example
Text Example
White with #704E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E22; }
p { color: rgb(112,78,34); }
H1.HeaderClassName
{
color: #704E22;
}
.AnyTagClassName
{
color: #704E22;
}
</style>
background-color css
<style>
a { background-color: #704E22; }
a { background-color: rgb(112,78,34); }
div.DivClassName
{
background-color: #704E22;
}
.BgClassName
{
background-color: #704E22;
}
</style>
border-color css
<style>
span { border-color: #704E22; }
span { border-color: rgb(112,78,34); }
td.TdClassName
{
border-color: #704E22;
}
.TagClassName
{
border-color: #704E22;
}
</style>