Shades of Antique Brass #73451B
Tints of Antique Brass #73451B
RGB
CMYK
RGB Variations
Color information
#73451B (or 0x73451B) is known color: Antique Brass. HEX triplet: 73, 45 and 1B. RGB value is (115,69,27). Sum of RGB (Red+Green+Blue) = 115+69+27=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73451B is #8CBAE4. Grayscale: #4E4E4E. Windows color (decimal): -9222885 or 1787251. OLE color: 1787251.
HSL color Cylindrical-coordinate representation of color #73451B: hue angle of 28.64º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73451B is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 27 | - |
| CMYK | 0 | 0.4 | 0.77 | 0.55 |
| HSL | 28.64º | 0.62% | 0.28% | - |
| HSV(B) | 28.64º | 0.77% | 0.45% | - |
| XYZ | 9.4 | 7.98 | 2.08 | - |
| YUV | 77.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 27 | 0 | 0.4 | 0.77 | 0.55 | 28.64 | 0.62 | 0.28 |
| Hex | 73 | 45 | 1B | 0 | 28 | 4D | 37 | 1D | 3E | 1C |
| Octal | 163 | 105 | 33 | 0 | 50 | 115 | 67 | 35 | 76 | 34 |
| Binary | 1110011 | 1000101 | 11011 | 0 | 101000 | 1001101 | 110111 | 11101 | 111110 | 11100 |
Color Harmonies of #73451B
Complementary color
Monochromatic Colors of #73451B
Black with #73451B
Text Example
Text Example
White with #73451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73451B; }
p { color: rgb(115,69,27); }
H1.HeaderClassName
{
color: #73451B;
}
.AnyTagClassName
{
color: #73451B;
}
</style>
background-color css
<style>
a { background-color: #73451B; }
a { background-color: rgb(115,69,27); }
div.DivClassName
{
background-color: #73451B;
}
.BgClassName
{
background-color: #73451B;
}
</style>
border-color css
<style>
span { border-color: #73451B; }
span { border-color: rgb(115,69,27); }
td.TdClassName
{
border-color: #73451B;
}
.TagClassName
{
border-color: #73451B;
}
</style>