Shades of Antique Brass #724D1E
Tints of Antique Brass #724D1E
RGB
CMYK
RGB Variations
Color information
#724D1E (or 0x724D1E) is known color: Antique Brass. HEX triplet: 72, 4D and 1E. RGB value is (114,77,30). Sum of RGB (Red+Green+Blue) = 114+77+30=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #724D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D1E is #8DB2E1. Grayscale: #525252. Windows color (decimal): -9286370 or 1985906. OLE color: 1985906.
HSL color Cylindrical-coordinate representation of color #724D1E: hue angle of 33.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #724D1E is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 30 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.55 |
| HSL | 33.57º | 0.58% | 0.28% | - |
| HSV(B) | 33.57º | 0.74% | 0.45% | - |
| XYZ | 9.83 | 8.98 | 2.44 | - |
| YUV | 82.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 30 | 0 | 0.32 | 0.74 | 0.55 | 33.57 | 0.58 | 0.28 |
| Hex | 72 | 4D | 1E | 0 | 20 | 4A | 37 | 22 | 3A | 1C |
| Octal | 162 | 115 | 36 | 0 | 40 | 112 | 67 | 42 | 72 | 34 |
| Binary | 1110010 | 1001101 | 11110 | 0 | 100000 | 1001010 | 110111 | 100010 | 111010 | 11100 |
Color Harmonies of #724D1E
Complementary color
Monochromatic Colors of #724D1E
Black with #724D1E
Text Example
Text Example
White with #724D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D1E; }
p { color: rgb(114,77,30); }
H1.HeaderClassName
{
color: #724D1E;
}
.AnyTagClassName
{
color: #724D1E;
}
</style>
background-color css
<style>
a { background-color: #724D1E; }
a { background-color: rgb(114,77,30); }
div.DivClassName
{
background-color: #724D1E;
}
.BgClassName
{
background-color: #724D1E;
}
</style>
border-color css
<style>
span { border-color: #724D1E; }
span { border-color: rgb(114,77,30); }
td.TdClassName
{
border-color: #724D1E;
}
.TagClassName
{
border-color: #724D1E;
}
</style>