Shades of Antique Brass #76491C
Tints of Antique Brass #76491C
RGB
CMYK
RGB Variations
Color information
#76491C (or 0x76491C) is known color: Antique Brass. HEX triplet: 76, 49 and 1C. RGB value is (118,73,28). Sum of RGB (Red+Green+Blue) = 118+73+28=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76491C is #89B6E3. Grayscale: #515151. Windows color (decimal): -9025252 or 1853814. OLE color: 1853814.
HSL color Cylindrical-coordinate representation of color #76491C: hue angle of 30º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76491C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 28 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.54 |
| HSL | 30º | 0.62% | 0.29% | - |
| HSV(B) | 30º | 0.76% | 0.46% | - |
| XYZ | 10.06 | 8.7 | 2.25 | - |
| YUV | 81.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 28 | 0 | 0.38 | 0.76 | 0.54 | 30 | 0.62 | 0.29 |
| Hex | 76 | 49 | 1C | 0 | 26 | 4C | 36 | 1E | 3E | 1D |
| Octal | 166 | 111 | 34 | 0 | 46 | 114 | 66 | 36 | 76 | 35 |
| Binary | 1110110 | 1001001 | 11100 | 0 | 100110 | 1001100 | 110110 | 11110 | 111110 | 11101 |
Color Harmonies of #76491C
Complementary color
Monochromatic Colors of #76491C
Black with #76491C
Text Example
Text Example
White with #76491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76491C; }
p { color: rgb(118,73,28); }
H1.HeaderClassName
{
color: #76491C;
}
.AnyTagClassName
{
color: #76491C;
}
</style>
background-color css
<style>
a { background-color: #76491C; }
a { background-color: rgb(118,73,28); }
div.DivClassName
{
background-color: #76491C;
}
.BgClassName
{
background-color: #76491C;
}
</style>
border-color css
<style>
span { border-color: #76491C; }
span { border-color: rgb(118,73,28); }
td.TdClassName
{
border-color: #76491C;
}
.TagClassName
{
border-color: #76491C;
}
</style>