Shades of Antique Brass #73451E
Tints of Antique Brass #73451E
RGB
CMYK
RGB Variations
Color information
#73451E (or 0x73451E) is known color: Antique Brass. HEX triplet: 73, 45 and 1E. RGB value is (115,69,30). Sum of RGB (Red+Green+Blue) = 115+69+30=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73451E is #8CBAE1. Grayscale: #4E4E4E. Windows color (decimal): -9222882 or 1983859. OLE color: 1983859.
HSL color Cylindrical-coordinate representation of color #73451E: hue angle of 27.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73451E is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 30 | - |
| CMYK | 0 | 0.4 | 0.74 | 0.55 |
| HSL | 27.53º | 0.59% | 0.28% | - |
| HSV(B) | 27.53º | 0.74% | 0.45% | - |
| XYZ | 9.43 | 7.99 | 2.27 | - |
| YUV | 78.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 30 | 0 | 0.4 | 0.74 | 0.55 | 27.53 | 0.59 | 0.28 |
| Hex | 73 | 45 | 1E | 0 | 28 | 4A | 37 | 1C | 3B | 1C |
| Octal | 163 | 105 | 36 | 0 | 50 | 112 | 67 | 34 | 73 | 34 |
| Binary | 1110011 | 1000101 | 11110 | 0 | 101000 | 1001010 | 110111 | 11100 | 111011 | 11100 |
Color Harmonies of #73451E
Complementary color
Monochromatic Colors of #73451E
Black with #73451E
Text Example
Text Example
White with #73451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73451E; }
p { color: rgb(115,69,30); }
H1.HeaderClassName
{
color: #73451E;
}
.AnyTagClassName
{
color: #73451E;
}
</style>
background-color css
<style>
a { background-color: #73451E; }
a { background-color: rgb(115,69,30); }
div.DivClassName
{
background-color: #73451E;
}
.BgClassName
{
background-color: #73451E;
}
</style>
border-color css
<style>
span { border-color: #73451E; }
span { border-color: rgb(115,69,30); }
td.TdClassName
{
border-color: #73451E;
}
.TagClassName
{
border-color: #73451E;
}
</style>