Shades of Antique Brass #73441D
Tints of Antique Brass #73441D
RGB
CMYK
RGB Variations
Color information
#73441D (or 0x73441D) is known color: Antique Brass. HEX triplet: 73, 44 and 1D. RGB value is (115,68,29). Sum of RGB (Red+Green+Blue) = 115+68+29=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73441D is #8CBBE2. Grayscale: #4D4D4D. Windows color (decimal): -9223139 or 1918067. OLE color: 1918067.
HSL color Cylindrical-coordinate representation of color #73441D: hue angle of 27.21º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73441D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 68 | 29 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.55 |
| HSL | 27.21º | 0.6% | 0.28% | - |
| HSV(B) | 27.21º | 0.75% | 0.45% | - |
| XYZ | 9.36 | 7.87 | 2.19 | - |
| YUV | 77.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 29 | 0 | 0.41 | 0.75 | 0.55 | 27.21 | 0.6 | 0.28 |
| Hex | 73 | 44 | 1D | 0 | 29 | 4B | 37 | 1B | 3C | 1C |
| Octal | 163 | 104 | 35 | 0 | 51 | 113 | 67 | 33 | 74 | 34 |
| Binary | 1110011 | 1000100 | 11101 | 0 | 101001 | 1001011 | 110111 | 11011 | 111100 | 11100 |
Color Harmonies of #73441D
Complementary color
Monochromatic Colors of #73441D
Black with #73441D
Text Example
Text Example
White with #73441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73441D; }
p { color: rgb(115,68,29); }
H1.HeaderClassName
{
color: #73441D;
}
.AnyTagClassName
{
color: #73441D;
}
</style>
background-color css
<style>
a { background-color: #73441D; }
a { background-color: rgb(115,68,29); }
div.DivClassName
{
background-color: #73441D;
}
.BgClassName
{
background-color: #73441D;
}
</style>
border-color css
<style>
span { border-color: #73441D; }
span { border-color: rgb(115,68,29); }
td.TdClassName
{
border-color: #73441D;
}
.TagClassName
{
border-color: #73441D;
}
</style>