Shades of Antique Brass #73441E
Tints of Antique Brass #73441E
RGB
CMYK
RGB Variations
Color information
#73441E (or 0x73441E) is known color: Antique Brass. HEX triplet: 73, 44 and 1E. RGB value is (115,68,30). Sum of RGB (Red+Green+Blue) = 115+68+30=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73441E is #8CBBE1. Grayscale: #4D4D4D. Windows color (decimal): -9223138 or 1983603. OLE color: 1983603.
HSL color Cylindrical-coordinate representation of color #73441E: hue angle of 26.82º 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 #73441E is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 68 | 30 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.55 |
| HSL | 26.82º | 0.59% | 0.28% | - |
| HSV(B) | 26.82º | 0.74% | 0.45% | - |
| XYZ | 9.37 | 7.87 | 2.25 | - |
| YUV | 77.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 30 | 0 | 0.41 | 0.74 | 0.55 | 26.82 | 0.59 | 0.28 |
| Hex | 73 | 44 | 1E | 0 | 29 | 4A | 37 | 1B | 3B | 1C |
| Octal | 163 | 104 | 36 | 0 | 51 | 112 | 67 | 33 | 73 | 34 |
| Binary | 1110011 | 1000100 | 11110 | 0 | 101001 | 1001010 | 110111 | 11011 | 111011 | 11100 |
Color Harmonies of #73441E
Complementary color
Monochromatic Colors of #73441E
Black with #73441E
Text Example
Text Example
White with #73441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73441E; }
p { color: rgb(115,68,30); }
H1.HeaderClassName
{
color: #73441E;
}
.AnyTagClassName
{
color: #73441E;
}
</style>
background-color css
<style>
a { background-color: #73441E; }
a { background-color: rgb(115,68,30); }
div.DivClassName
{
background-color: #73441E;
}
.BgClassName
{
background-color: #73441E;
}
</style>
border-color css
<style>
span { border-color: #73441E; }
span { border-color: rgb(115,68,30); }
td.TdClassName
{
border-color: #73441E;
}
.TagClassName
{
border-color: #73441E;
}
</style>