Shades of Antique Brass #73451C
Tints of Antique Brass #73451C
RGB
CMYK
RGB Variations
Color information
#73451C (or 0x73451C) is known color: Antique Brass. HEX triplet: 73, 45 and 1C. RGB value is (115,69,28). Sum of RGB (Red+Green+Blue) = 115+69+28=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73451C is #8CBAE3. Grayscale: #4E4E4E. Windows color (decimal): -9222884 or 1852787. OLE color: 1852787.
HSL color Cylindrical-coordinate representation of color #73451C: hue angle of 28.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73451C is Cyan = 0, Magento = 0.4, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 28 | - |
| CMYK | 0 | 0.4 | 0.76 | 0.55 |
| HSL | 28.28º | 0.61% | 0.28% | - |
| HSV(B) | 28.28º | 0.76% | 0.45% | - |
| XYZ | 9.41 | 7.98 | 2.14 | - |
| YUV | 78.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 28 | 0 | 0.4 | 0.76 | 0.55 | 28.28 | 0.61 | 0.28 |
| Hex | 73 | 45 | 1C | 0 | 28 | 4C | 37 | 1C | 3D | 1C |
| Octal | 163 | 105 | 34 | 0 | 50 | 114 | 67 | 34 | 75 | 34 |
| Binary | 1110011 | 1000101 | 11100 | 0 | 101000 | 1001100 | 110111 | 11100 | 111101 | 11100 |
Color Harmonies of #73451C
Complementary color
Monochromatic Colors of #73451C
Black with #73451C
Text Example
Text Example
White with #73451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73451C; }
p { color: rgb(115,69,28); }
H1.HeaderClassName
{
color: #73451C;
}
.AnyTagClassName
{
color: #73451C;
}
</style>
background-color css
<style>
a { background-color: #73451C; }
a { background-color: rgb(115,69,28); }
div.DivClassName
{
background-color: #73451C;
}
.BgClassName
{
background-color: #73451C;
}
</style>
border-color css
<style>
span { border-color: #73451C; }
span { border-color: rgb(115,69,28); }
td.TdClassName
{
border-color: #73451C;
}
.TagClassName
{
border-color: #73451C;
}
</style>