Shades of Antique Brass #73431C
Tints of Antique Brass #73431C
RGB
CMYK
RGB Variations
Color information
#73431C (or 0x73431C) is known color: Antique Brass. HEX triplet: 73, 43 and 1C. RGB value is (115,67,28). Sum of RGB (Red+Green+Blue) = 115+67+28=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73431C is #8CBCE3. Grayscale: #4D4D4D. Windows color (decimal): -9223396 or 1852275. OLE color: 1852275.
HSL color Cylindrical-coordinate representation of color #73431C: hue angle of 26.9º 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 #73431C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 67 | 28 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.55 |
| HSL | 26.9º | 0.61% | 0.28% | - |
| HSV(B) | 26.9º | 0.76% | 0.45% | - |
| XYZ | 9.29 | 7.74 | 2.1 | - |
| YUV | 76.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 28 | 0 | 0.42 | 0.76 | 0.55 | 26.9 | 0.61 | 0.28 |
| Hex | 73 | 43 | 1C | 0 | 2A | 4C | 37 | 1B | 3D | 1C |
| Octal | 163 | 103 | 34 | 0 | 52 | 114 | 67 | 33 | 75 | 34 |
| Binary | 1110011 | 1000011 | 11100 | 0 | 101010 | 1001100 | 110111 | 11011 | 111101 | 11100 |
Color Harmonies of #73431C
Complementary color
Monochromatic Colors of #73431C
Black with #73431C
Text Example
Text Example
White with #73431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73431C; }
p { color: rgb(115,67,28); }
H1.HeaderClassName
{
color: #73431C;
}
.AnyTagClassName
{
color: #73431C;
}
</style>
background-color css
<style>
a { background-color: #73431C; }
a { background-color: rgb(115,67,28); }
div.DivClassName
{
background-color: #73431C;
}
.BgClassName
{
background-color: #73431C;
}
</style>
border-color css
<style>
span { border-color: #73431C; }
span { border-color: rgb(115,67,28); }
td.TdClassName
{
border-color: #73431C;
}
.TagClassName
{
border-color: #73431C;
}
</style>