Shades of Antique Brass #724A1F
Tints of Antique Brass #724A1F
RGB
CMYK
RGB Variations
Color information
#724A1F (or 0x724A1F) is known color: Antique Brass. HEX triplet: 72, 4A and 1F. RGB value is (114,74,31). Sum of RGB (Red+Green+Blue) = 114+74+31=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #724A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A1F is #8DB5E0. Grayscale: #515151. Windows color (decimal): -9287137 or 2050674. OLE color: 2050674.
HSL color Cylindrical-coordinate representation of color #724A1F: hue angle of 31.08º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #724A1F is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 31 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.55 |
| HSL | 31.08º | 0.57% | 0.28% | - |
| HSV(B) | 31.08º | 0.73% | 0.45% | - |
| XYZ | 9.64 | 8.57 | 2.44 | - |
| YUV | 81.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 31 | 0 | 0.35 | 0.73 | 0.55 | 31.08 | 0.57 | 0.28 |
| Hex | 72 | 4A | 1F | 0 | 23 | 49 | 37 | 1F | 39 | 1C |
| Octal | 162 | 112 | 37 | 0 | 43 | 111 | 67 | 37 | 71 | 34 |
| Binary | 1110010 | 1001010 | 11111 | 0 | 100011 | 1001001 | 110111 | 11111 | 111001 | 11100 |
Color Harmonies of #724A1F
Complementary color
Monochromatic Colors of #724A1F
Black with #724A1F
Text Example
Text Example
White with #724A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A1F; }
p { color: rgb(114,74,31); }
H1.HeaderClassName
{
color: #724A1F;
}
.AnyTagClassName
{
color: #724A1F;
}
</style>
background-color css
<style>
a { background-color: #724A1F; }
a { background-color: rgb(114,74,31); }
div.DivClassName
{
background-color: #724A1F;
}
.BgClassName
{
background-color: #724A1F;
}
</style>
border-color css
<style>
span { border-color: #724A1F; }
span { border-color: rgb(114,74,31); }
td.TdClassName
{
border-color: #724A1F;
}
.TagClassName
{
border-color: #724A1F;
}
</style>