Shades of Antique Brass #724A1E
Tints of Antique Brass #724A1E
RGB
CMYK
RGB Variations
Color information
#724A1E (or 0x724A1E) is known color: Antique Brass. HEX triplet: 72, 4A and 1E. RGB value is (114,74,30). Sum of RGB (Red+Green+Blue) = 114+74+30=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #724A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A1E is #8DB5E1. Grayscale: #515151. Windows color (decimal): -9287138 or 1985138. OLE color: 1985138.
HSL color Cylindrical-coordinate representation of color #724A1E: hue angle of 31.43º 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 #724A1E is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 30 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.55 |
| HSL | 31.43º | 0.58% | 0.28% | - |
| HSV(B) | 31.43º | 0.74% | 0.45% | - |
| XYZ | 9.62 | 8.57 | 2.38 | - |
| YUV | 80.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 30 | 0 | 0.35 | 0.74 | 0.55 | 31.43 | 0.58 | 0.28 |
| Hex | 72 | 4A | 1E | 0 | 23 | 4A | 37 | 1F | 3A | 1C |
| Octal | 162 | 112 | 36 | 0 | 43 | 112 | 67 | 37 | 72 | 34 |
| Binary | 1110010 | 1001010 | 11110 | 0 | 100011 | 1001010 | 110111 | 11111 | 111010 | 11100 |
Color Harmonies of #724A1E
Complementary color
Monochromatic Colors of #724A1E
Black with #724A1E
Text Example
Text Example
White with #724A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A1E; }
p { color: rgb(114,74,30); }
H1.HeaderClassName
{
color: #724A1E;
}
.AnyTagClassName
{
color: #724A1E;
}
</style>
background-color css
<style>
a { background-color: #724A1E; }
a { background-color: rgb(114,74,30); }
div.DivClassName
{
background-color: #724A1E;
}
.BgClassName
{
background-color: #724A1E;
}
</style>
border-color css
<style>
span { border-color: #724A1E; }
span { border-color: rgb(114,74,30); }
td.TdClassName
{
border-color: #724A1E;
}
.TagClassName
{
border-color: #724A1E;
}
</style>