Shades of Antique Brass #724420
Tints of Antique Brass #724420
RGB
CMYK
RGB Variations
Color information
#724420 (or 0x724420) is known color: Antique Brass. HEX triplet: 72, 44 and 20. RGB value is (114,68,32). Sum of RGB (Red+Green+Blue) = 114+68+32=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #724420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724420 is #8DBBDF. Grayscale: #4D4D4D. Windows color (decimal): -9288672 or 2114674. OLE color: 2114674.
HSL color Cylindrical-coordinate representation of color #724420: hue angle of 26.34º 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 #724420 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 32 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.55 |
| HSL | 26.34º | 0.56% | 0.29% | - |
| HSV(B) | 26.34º | 0.72% | 0.45% | - |
| XYZ | 9.27 | 7.82 | 2.39 | - |
| YUV | 77.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 32 | 0 | 0.40 | 0.72 | 0.55 | 26.34 | 0.56 | 0.29 |
| Hex | 72 | 44 | 20 | 0 | 28 | 48 | 37 | 1A | 38 | 1D |
| Octal | 162 | 104 | 40 | 0 | 50 | 110 | 67 | 32 | 70 | 35 |
| Binary | 1110010 | 1000100 | 100000 | 0 | 101000 | 1001000 | 110111 | 11010 | 111000 | 11101 |
Color Harmonies of #724420
Complementary color
Monochromatic Colors of #724420
Black with #724420
Text Example
Text Example
White with #724420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724420; }
p { color: rgb(114,68,32); }
H1.HeaderClassName
{
color: #724420;
}
.AnyTagClassName
{
color: #724420;
}
</style>
background-color css
<style>
a { background-color: #724420; }
a { background-color: rgb(114,68,32); }
div.DivClassName
{
background-color: #724420;
}
.BgClassName
{
background-color: #724420;
}
</style>
border-color css
<style>
span { border-color: #724420; }
span { border-color: rgb(114,68,32); }
td.TdClassName
{
border-color: #724420;
}
.TagClassName
{
border-color: #724420;
}
</style>