Shades of Antique Brass #71471D
Tints of Antique Brass #71471D
RGB
CMYK
RGB Variations
Color information
#71471D (or 0x71471D) is known color: Antique Brass. HEX triplet: 71, 47 and 1D. RGB value is (113,71,29). Sum of RGB (Red+Green+Blue) = 113+71+29=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71471D is #8EB8E2. Grayscale: #4E4E4E. Windows color (decimal): -9353443 or 1918833. OLE color: 1918833.
HSL color Cylindrical-coordinate representation of color #71471D: hue angle of 30º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71471D is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 29 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.56 |
| HSL | 30º | 0.59% | 0.28% | - |
| HSV(B) | 30º | 0.74% | 0.44% | - |
| XYZ | 9.29 | 8.11 | 2.24 | - |
| YUV | 78.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 29 | 0 | 0.37 | 0.74 | 0.56 | 30 | 0.59 | 0.28 |
| Hex | 71 | 47 | 1D | 0 | 25 | 4A | 38 | 1E | 3B | 1C |
| Octal | 161 | 107 | 35 | 0 | 45 | 112 | 70 | 36 | 73 | 34 |
| Binary | 1110001 | 1000111 | 11101 | 0 | 100101 | 1001010 | 111000 | 11110 | 111011 | 11100 |
Color Harmonies of #71471D
Complementary color
Monochromatic Colors of #71471D
Black with #71471D
Text Example
Text Example
White with #71471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71471D; }
p { color: rgb(113,71,29); }
H1.HeaderClassName
{
color: #71471D;
}
.AnyTagClassName
{
color: #71471D;
}
</style>
background-color css
<style>
a { background-color: #71471D; }
a { background-color: rgb(113,71,29); }
div.DivClassName
{
background-color: #71471D;
}
.BgClassName
{
background-color: #71471D;
}
</style>
border-color css
<style>
span { border-color: #71471D; }
span { border-color: rgb(113,71,29); }
td.TdClassName
{
border-color: #71471D;
}
.TagClassName
{
border-color: #71471D;
}
</style>