Shades of Antique Brass #724E20
Tints of Antique Brass #724E20
RGB
CMYK
RGB Variations
Color information
#724E20 (or 0x724E20) is known color: Antique Brass. HEX triplet: 72, 4E and 20. RGB value is (114,78,32). Sum of RGB (Red+Green+Blue) = 114+78+32=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #724E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E20 is #8DB1DF. Grayscale: #535353. Windows color (decimal): -9286112 or 2117234. OLE color: 2117234.
HSL color Cylindrical-coordinate representation of color #724E20: hue angle of 33.66º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #724E20 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 32 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.55 |
| HSL | 33.66º | 0.56% | 0.29% | - |
| HSV(B) | 33.66º | 0.72% | 0.45% | - |
| XYZ | 9.92 | 9.13 | 2.61 | - |
| YUV | 83.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 32 | 0 | 0.32 | 0.72 | 0.55 | 33.66 | 0.56 | 0.29 |
| Hex | 72 | 4E | 20 | 0 | 20 | 48 | 37 | 22 | 38 | 1D |
| Octal | 162 | 116 | 40 | 0 | 40 | 110 | 67 | 42 | 70 | 35 |
| Binary | 1110010 | 1001110 | 100000 | 0 | 100000 | 1001000 | 110111 | 100010 | 111000 | 11101 |
Color Harmonies of #724E20
Complementary color
Monochromatic Colors of #724E20
Black with #724E20
Text Example
Text Example
White with #724E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E20; }
p { color: rgb(114,78,32); }
H1.HeaderClassName
{
color: #724E20;
}
.AnyTagClassName
{
color: #724E20;
}
</style>
background-color css
<style>
a { background-color: #724E20; }
a { background-color: rgb(114,78,32); }
div.DivClassName
{
background-color: #724E20;
}
.BgClassName
{
background-color: #724E20;
}
</style>
border-color css
<style>
span { border-color: #724E20; }
span { border-color: rgb(114,78,32); }
td.TdClassName
{
border-color: #724E20;
}
.TagClassName
{
border-color: #724E20;
}
</style>