Shades of Antique Brass #724D22
Tints of Antique Brass #724D22
RGB
CMYK
RGB Variations
Color information
#724D22 (or 0x724D22) is known color: Antique Brass. HEX triplet: 72, 4D and 22. RGB value is (114,77,34). Sum of RGB (Red+Green+Blue) = 114+77+34=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #724D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D22 is #8DB2DD. Grayscale: #535353. Windows color (decimal): -9286366 or 2248050. OLE color: 2248050.
HSL color Cylindrical-coordinate representation of color #724D22: hue angle of 32.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724D22 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 34 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.55 |
| HSL | 32.25º | 0.54% | 0.29% | - |
| HSV(B) | 32.25º | 0.7% | 0.45% | - |
| XYZ | 9.88 | 9 | 2.73 | - |
| YUV | 83.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 34 | 0 | 0.32 | 0.70 | 0.55 | 32.25 | 0.54 | 0.29 |
| Hex | 72 | 4D | 22 | 0 | 20 | 46 | 37 | 20 | 36 | 1D |
| Octal | 162 | 115 | 42 | 0 | 40 | 106 | 67 | 40 | 66 | 35 |
| Binary | 1110010 | 1001101 | 100010 | 0 | 100000 | 1000110 | 110111 | 100000 | 110110 | 11101 |
Color Harmonies of #724D22
Complementary color
Monochromatic Colors of #724D22
Black with #724D22
Text Example
Text Example
White with #724D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D22; }
p { color: rgb(114,77,34); }
H1.HeaderClassName
{
color: #724D22;
}
.AnyTagClassName
{
color: #724D22;
}
</style>
background-color css
<style>
a { background-color: #724D22; }
a { background-color: rgb(114,77,34); }
div.DivClassName
{
background-color: #724D22;
}
.BgClassName
{
background-color: #724D22;
}
</style>
border-color css
<style>
span { border-color: #724D22; }
span { border-color: rgb(114,77,34); }
td.TdClassName
{
border-color: #724D22;
}
.TagClassName
{
border-color: #724D22;
}
</style>