Shades of Antique Brass #724C1C
Tints of Antique Brass #724C1C
RGB
CMYK
RGB Variations
Color information
#724C1C (or 0x724C1C) is known color: Antique Brass. HEX triplet: 72, 4C and 1C. RGB value is (114,76,28). Sum of RGB (Red+Green+Blue) = 114+76+28=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #724C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C1C is #8DB3E3. Grayscale: #525252. Windows color (decimal): -9286628 or 1854578. OLE color: 1854578.
HSL color Cylindrical-coordinate representation of color #724C1C: hue angle of 33.49º 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 #724C1C is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 76 | 28 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.55 |
| HSL | 33.49º | 0.61% | 0.28% | - |
| HSV(B) | 33.49º | 0.75% | 0.45% | - |
| XYZ | 9.73 | 8.83 | 2.29 | - |
| YUV | 81.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 28 | 0 | 0.33 | 0.75 | 0.55 | 33.49 | 0.61 | 0.28 |
| Hex | 72 | 4C | 1C | 0 | 21 | 4B | 37 | 21 | 3D | 1C |
| Octal | 162 | 114 | 34 | 0 | 41 | 113 | 67 | 41 | 75 | 34 |
| Binary | 1110010 | 1001100 | 11100 | 0 | 100001 | 1001011 | 110111 | 100001 | 111101 | 11100 |
Color Harmonies of #724C1C
Complementary color
Monochromatic Colors of #724C1C
Black with #724C1C
Text Example
Text Example
White with #724C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C1C; }
p { color: rgb(114,76,28); }
H1.HeaderClassName
{
color: #724C1C;
}
.AnyTagClassName
{
color: #724C1C;
}
</style>
background-color css
<style>
a { background-color: #724C1C; }
a { background-color: rgb(114,76,28); }
div.DivClassName
{
background-color: #724C1C;
}
.BgClassName
{
background-color: #724C1C;
}
</style>
border-color css
<style>
span { border-color: #724C1C; }
span { border-color: rgb(114,76,28); }
td.TdClassName
{
border-color: #724C1C;
}
.TagClassName
{
border-color: #724C1C;
}
</style>