Shades of Antique Brass #704B21
Tints of Antique Brass #704B21
RGB
CMYK
RGB Variations
Color information
#704B21 (or 0x704B21) is known color: Antique Brass. HEX triplet: 70, 4B and 21. RGB value is (112,75,33). Sum of RGB (Red+Green+Blue) = 112+75+33=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #704B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B21 is #8FB4DE. Grayscale: #515151. Windows color (decimal): -9417951 or 2182000. OLE color: 2182000.
HSL color Cylindrical-coordinate representation of color #704B21: hue angle of 31.9º 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 #704B21 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 33 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.56 |
| HSL | 31.9º | 0.54% | 0.28% | - |
| HSV(B) | 31.9º | 0.71% | 0.44% | - |
| XYZ | 9.47 | 8.59 | 2.6 | - |
| YUV | 81.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 33 | 0 | 0.33 | 0.71 | 0.56 | 31.9 | 0.54 | 0.28 |
| Hex | 70 | 4B | 21 | 0 | 21 | 47 | 38 | 20 | 36 | 1C |
| Octal | 160 | 113 | 41 | 0 | 41 | 107 | 70 | 40 | 66 | 34 |
| Binary | 1110000 | 1001011 | 100001 | 0 | 100001 | 1000111 | 111000 | 100000 | 110110 | 11100 |
Color Harmonies of #704B21
Complementary color
Monochromatic Colors of #704B21
Black with #704B21
Text Example
Text Example
White with #704B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B21; }
p { color: rgb(112,75,33); }
H1.HeaderClassName
{
color: #704B21;
}
.AnyTagClassName
{
color: #704B21;
}
</style>
background-color css
<style>
a { background-color: #704B21; }
a { background-color: rgb(112,75,33); }
div.DivClassName
{
background-color: #704B21;
}
.BgClassName
{
background-color: #704B21;
}
</style>
border-color css
<style>
span { border-color: #704B21; }
span { border-color: rgb(112,75,33); }
td.TdClassName
{
border-color: #704B21;
}
.TagClassName
{
border-color: #704B21;
}
</style>