Shades of Antique Brass #764A1E
Tints of Antique Brass #764A1E
RGB
CMYK
RGB Variations
Color information
#764A1E (or 0x764A1E) is known color: Antique Brass. HEX triplet: 76, 4A and 1E. RGB value is (118,74,30). Sum of RGB (Red+Green+Blue) = 118+74+30=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #764A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A1E is #89B5E1. Grayscale: #525252. Windows color (decimal): -9024994 or 1985142. OLE color: 1985142.
HSL color Cylindrical-coordinate representation of color #764A1E: hue angle of 30º 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 #764A1E is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 30 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.54 |
| HSL | 30º | 0.59% | 0.29% | - |
| HSV(B) | 30º | 0.75% | 0.46% | - |
| XYZ | 10.15 | 8.84 | 2.4 | - |
| YUV | 82.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 30 | 0 | 0.37 | 0.75 | 0.54 | 30 | 0.59 | 0.29 |
| Hex | 76 | 4A | 1E | 0 | 25 | 4B | 36 | 1E | 3B | 1D |
| Octal | 166 | 112 | 36 | 0 | 45 | 113 | 66 | 36 | 73 | 35 |
| Binary | 1110110 | 1001010 | 11110 | 0 | 100101 | 1001011 | 110110 | 11110 | 111011 | 11101 |
Color Harmonies of #764A1E
Complementary color
Monochromatic Colors of #764A1E
Black with #764A1E
Text Example
Text Example
White with #764A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A1E; }
p { color: rgb(118,74,30); }
H1.HeaderClassName
{
color: #764A1E;
}
.AnyTagClassName
{
color: #764A1E;
}
</style>
background-color css
<style>
a { background-color: #764A1E; }
a { background-color: rgb(118,74,30); }
div.DivClassName
{
background-color: #764A1E;
}
.BgClassName
{
background-color: #764A1E;
}
</style>
border-color css
<style>
span { border-color: #764A1E; }
span { border-color: rgb(118,74,30); }
td.TdClassName
{
border-color: #764A1E;
}
.TagClassName
{
border-color: #764A1E;
}
</style>