Shades of Antique Brass #764B1E
Tints of Antique Brass #764B1E
RGB
CMYK
RGB Variations
Color information
#764B1E (or 0x764B1E) is known color: Antique Brass. HEX triplet: 76, 4B and 1E. RGB value is (118,75,30). Sum of RGB (Red+Green+Blue) = 118+75+30=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #764B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B1E is #89B4E1. Grayscale: #525252. Windows color (decimal): -9024738 or 1985398. OLE color: 1985398.
HSL color Cylindrical-coordinate representation of color #764B1E: hue angle of 30.68º 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 #764B1E is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 30 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.54 |
| HSL | 30.68º | 0.59% | 0.29% | - |
| HSV(B) | 30.68º | 0.75% | 0.46% | - |
| XYZ | 10.22 | 8.98 | 2.42 | - |
| YUV | 82.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 30 | 0 | 0.36 | 0.75 | 0.54 | 30.68 | 0.59 | 0.29 |
| Hex | 76 | 4B | 1E | 0 | 24 | 4B | 36 | 1F | 3B | 1D |
| Octal | 166 | 113 | 36 | 0 | 44 | 113 | 66 | 37 | 73 | 35 |
| Binary | 1110110 | 1001011 | 11110 | 0 | 100100 | 1001011 | 110110 | 11111 | 111011 | 11101 |
Color Harmonies of #764B1E
Complementary color
Monochromatic Colors of #764B1E
Black with #764B1E
Text Example
Text Example
White with #764B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B1E; }
p { color: rgb(118,75,30); }
H1.HeaderClassName
{
color: #764B1E;
}
.AnyTagClassName
{
color: #764B1E;
}
</style>
background-color css
<style>
a { background-color: #764B1E; }
a { background-color: rgb(118,75,30); }
div.DivClassName
{
background-color: #764B1E;
}
.BgClassName
{
background-color: #764B1E;
}
</style>
border-color css
<style>
span { border-color: #764B1E; }
span { border-color: rgb(118,75,30); }
td.TdClassName
{
border-color: #764B1E;
}
.TagClassName
{
border-color: #764B1E;
}
</style>