Shades of Antique Brass #71461B
Tints of Antique Brass #71461B
RGB
CMYK
RGB Variations
Color information
#71461B (or 0x71461B) is known color: Antique Brass. HEX triplet: 71, 46 and 1B. RGB value is (113,70,27). Sum of RGB (Red+Green+Blue) = 113+70+27=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71461B is #8EB9E4. Grayscale: #4E4E4E. Windows color (decimal): -9353701 or 1787505. OLE color: 1787505.
HSL color Cylindrical-coordinate representation of color #71461B: hue angle of 30º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71461B is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 27 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.56 |
| HSL | 30º | 0.61% | 0.27% | - |
| HSV(B) | 30º | 0.76% | 0.44% | - |
| XYZ | 9.2 | 7.97 | 2.09 | - |
| YUV | 77.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 27 | 0 | 0.38 | 0.76 | 0.56 | 30 | 0.61 | 0.27 |
| Hex | 71 | 46 | 1B | 0 | 26 | 4C | 38 | 1E | 3D | 1B |
| Octal | 161 | 106 | 33 | 0 | 46 | 114 | 70 | 36 | 75 | 33 |
| Binary | 1110001 | 1000110 | 11011 | 0 | 100110 | 1001100 | 111000 | 11110 | 111101 | 11011 |
Color Harmonies of #71461B
Complementary color
Monochromatic Colors of #71461B
Black with #71461B
Text Example
Text Example
White with #71461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71461B; }
p { color: rgb(113,70,27); }
H1.HeaderClassName
{
color: #71461B;
}
.AnyTagClassName
{
color: #71461B;
}
</style>
background-color css
<style>
a { background-color: #71461B; }
a { background-color: rgb(113,70,27); }
div.DivClassName
{
background-color: #71461B;
}
.BgClassName
{
background-color: #71461B;
}
</style>
border-color css
<style>
span { border-color: #71461B; }
span { border-color: rgb(113,70,27); }
td.TdClassName
{
border-color: #71461B;
}
.TagClassName
{
border-color: #71461B;
}
</style>