Shades of Antique Brass #714E20
Tints of Antique Brass #714E20
RGB
CMYK
RGB Variations
Color information
#714E20 (or 0x714E20) is known color: Antique Brass. HEX triplet: 71, 4E and 20. RGB value is (113,78,32). Sum of RGB (Red+Green+Blue) = 113+78+32=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #714E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E20 is #8EB1DF. Grayscale: #535353. Windows color (decimal): -9351648 or 2117233. OLE color: 2117233.
HSL color Cylindrical-coordinate representation of color #714E20: hue angle of 34.07º degrees, saturation: 0.56, 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 #714E20 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 32 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.56 |
| HSL | 34.07º | 0.56% | 0.28% | - |
| HSV(B) | 34.07º | 0.72% | 0.44% | - |
| XYZ | 9.8 | 9.06 | 2.6 | - |
| YUV | 83.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 32 | 0 | 0.31 | 0.72 | 0.56 | 34.07 | 0.56 | 0.28 |
| Hex | 71 | 4E | 20 | 0 | 1F | 48 | 38 | 22 | 38 | 1C |
| Octal | 161 | 116 | 40 | 0 | 37 | 110 | 70 | 42 | 70 | 34 |
| Binary | 1110001 | 1001110 | 100000 | 0 | 11111 | 1001000 | 111000 | 100010 | 111000 | 11100 |
Color Harmonies of #714E20
Complementary color
Monochromatic Colors of #714E20
Black with #714E20
Text Example
Text Example
White with #714E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E20; }
p { color: rgb(113,78,32); }
H1.HeaderClassName
{
color: #714E20;
}
.AnyTagClassName
{
color: #714E20;
}
</style>
background-color css
<style>
a { background-color: #714E20; }
a { background-color: rgb(113,78,32); }
div.DivClassName
{
background-color: #714E20;
}
.BgClassName
{
background-color: #714E20;
}
</style>
border-color css
<style>
span { border-color: #714E20; }
span { border-color: rgb(113,78,32); }
td.TdClassName
{
border-color: #714E20;
}
.TagClassName
{
border-color: #714E20;
}
</style>