Shades of Antique Brass #724A1C
Tints of Antique Brass #724A1C
RGB
CMYK
RGB Variations
Color information
#724A1C (or 0x724A1C) is known color: Antique Brass. HEX triplet: 72, 4A and 1C. RGB value is (114,74,28). Sum of RGB (Red+Green+Blue) = 114+74+28=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #724A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A1C is #8DB5E3. Grayscale: #505050. Windows color (decimal): -9287140 or 1854066. OLE color: 1854066.
HSL color Cylindrical-coordinate representation of color #724A1C: hue angle of 32.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #724A1C is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 28 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.55 |
| HSL | 32.09º | 0.61% | 0.28% | - |
| HSV(B) | 32.09º | 0.75% | 0.45% | - |
| XYZ | 9.6 | 8.56 | 2.24 | - |
| YUV | 80.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 28 | 0 | 0.35 | 0.75 | 0.55 | 32.09 | 0.61 | 0.28 |
| Hex | 72 | 4A | 1C | 0 | 23 | 4B | 37 | 20 | 3D | 1C |
| Octal | 162 | 112 | 34 | 0 | 43 | 113 | 67 | 40 | 75 | 34 |
| Binary | 1110010 | 1001010 | 11100 | 0 | 100011 | 1001011 | 110111 | 100000 | 111101 | 11100 |
Color Harmonies of #724A1C
Complementary color
Monochromatic Colors of #724A1C
Black with #724A1C
Text Example
Text Example
White with #724A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A1C; }
p { color: rgb(114,74,28); }
H1.HeaderClassName
{
color: #724A1C;
}
.AnyTagClassName
{
color: #724A1C;
}
</style>
background-color css
<style>
a { background-color: #724A1C; }
a { background-color: rgb(114,74,28); }
div.DivClassName
{
background-color: #724A1C;
}
.BgClassName
{
background-color: #724A1C;
}
</style>
border-color css
<style>
span { border-color: #724A1C; }
span { border-color: rgb(114,74,28); }
td.TdClassName
{
border-color: #724A1C;
}
.TagClassName
{
border-color: #724A1C;
}
</style>