Shades of Antique Brass #76491E
Tints of Antique Brass #76491E
RGB
CMYK
RGB Variations
Color information
#76491E (or 0x76491E) is known color: Antique Brass. HEX triplet: 76, 49 and 1E. RGB value is (118,73,30). Sum of RGB (Red+Green+Blue) = 118+73+30=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #76491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76491E is #89B6E1. Grayscale: #515151. Windows color (decimal): -9025250 or 1984886. OLE color: 1984886.
HSL color Cylindrical-coordinate representation of color #76491E: hue angle of 29.32º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76491E is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 30 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.54 |
| HSL | 29.32º | 0.59% | 0.29% | - |
| HSV(B) | 29.32º | 0.75% | 0.46% | - |
| XYZ | 10.09 | 8.71 | 2.38 | - |
| YUV | 81.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 30 | 0 | 0.38 | 0.75 | 0.54 | 29.32 | 0.59 | 0.29 |
| Hex | 76 | 49 | 1E | 0 | 26 | 4B | 36 | 1D | 3B | 1D |
| Octal | 166 | 111 | 36 | 0 | 46 | 113 | 66 | 35 | 73 | 35 |
| Binary | 1110110 | 1001001 | 11110 | 0 | 100110 | 1001011 | 110110 | 11101 | 111011 | 11101 |
Color Harmonies of #76491E
Complementary color
Monochromatic Colors of #76491E
Black with #76491E
Text Example
Text Example
White with #76491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76491E; }
p { color: rgb(118,73,30); }
H1.HeaderClassName
{
color: #76491E;
}
.AnyTagClassName
{
color: #76491E;
}
</style>
background-color css
<style>
a { background-color: #76491E; }
a { background-color: rgb(118,73,30); }
div.DivClassName
{
background-color: #76491E;
}
.BgClassName
{
background-color: #76491E;
}
</style>
border-color css
<style>
span { border-color: #76491E; }
span { border-color: rgb(118,73,30); }
td.TdClassName
{
border-color: #76491E;
}
.TagClassName
{
border-color: #76491E;
}
</style>