Shades of Antique Brass #724A24
Tints of Antique Brass #724A24
RGB
CMYK
RGB Variations
Color information
#724A24 (or 0x724A24) is known color: Antique Brass. HEX triplet: 72, 4A and 24. RGB value is (114,74,36). Sum of RGB (Red+Green+Blue) = 114+74+36=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #724A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A24 is #8DB5DB. Grayscale: #515151. Windows color (decimal): -9287132 or 2378354. OLE color: 2378354.
HSL color Cylindrical-coordinate representation of color #724A24: hue angle of 29.23º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #724A24 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 36 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.55 |
| HSL | 29.23º | 0.52% | 0.29% | - |
| HSV(B) | 29.23º | 0.68% | 0.45% | - |
| XYZ | 9.71 | 8.6 | 2.82 | - |
| YUV | 81.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 36 | 0 | 0.35 | 0.68 | 0.55 | 29.23 | 0.52 | 0.29 |
| Hex | 72 | 4A | 24 | 0 | 23 | 44 | 37 | 1D | 34 | 1D |
| Octal | 162 | 112 | 44 | 0 | 43 | 104 | 67 | 35 | 64 | 35 |
| Binary | 1110010 | 1001010 | 100100 | 0 | 100011 | 1000100 | 110111 | 11101 | 110100 | 11101 |
Color Harmonies of #724A24
Complementary color
Monochromatic Colors of #724A24
Black with #724A24
Text Example
Text Example
White with #724A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A24; }
p { color: rgb(114,74,36); }
H1.HeaderClassName
{
color: #724A24;
}
.AnyTagClassName
{
color: #724A24;
}
</style>
background-color css
<style>
a { background-color: #724A24; }
a { background-color: rgb(114,74,36); }
div.DivClassName
{
background-color: #724A24;
}
.BgClassName
{
background-color: #724A24;
}
</style>
border-color css
<style>
span { border-color: #724A24; }
span { border-color: rgb(114,74,36); }
td.TdClassName
{
border-color: #724A24;
}
.TagClassName
{
border-color: #724A24;
}
</style>