Shades of Antique Brass #71441D
Tints of Antique Brass #71441D
RGB
CMYK
RGB Variations
Color information
#71441D (or 0x71441D) is known color: Antique Brass. HEX triplet: 71, 44 and 1D. RGB value is (113,68,29). Sum of RGB (Red+Green+Blue) = 113+68+29=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71441D is #8EBBE2. Grayscale: #4D4D4D. Windows color (decimal): -9354211 or 1918065. OLE color: 1918065.
HSL color Cylindrical-coordinate representation of color #71441D: hue angle of 27.86º 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 #71441D is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 29 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.56 |
| HSL | 27.86º | 0.59% | 0.28% | - |
| HSV(B) | 27.86º | 0.74% | 0.44% | - |
| XYZ | 9.1 | 7.73 | 2.18 | - |
| YUV | 77.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 29 | 0 | 0.40 | 0.74 | 0.56 | 27.86 | 0.59 | 0.28 |
| Hex | 71 | 44 | 1D | 0 | 28 | 4A | 38 | 1C | 3B | 1C |
| Octal | 161 | 104 | 35 | 0 | 50 | 112 | 70 | 34 | 73 | 34 |
| Binary | 1110001 | 1000100 | 11101 | 0 | 101000 | 1001010 | 111000 | 11100 | 111011 | 11100 |
Color Harmonies of #71441D
Complementary color
Monochromatic Colors of #71441D
Black with #71441D
Text Example
Text Example
White with #71441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71441D; }
p { color: rgb(113,68,29); }
H1.HeaderClassName
{
color: #71441D;
}
.AnyTagClassName
{
color: #71441D;
}
</style>
background-color css
<style>
a { background-color: #71441D; }
a { background-color: rgb(113,68,29); }
div.DivClassName
{
background-color: #71441D;
}
.BgClassName
{
background-color: #71441D;
}
</style>
border-color css
<style>
span { border-color: #71441D; }
span { border-color: rgb(113,68,29); }
td.TdClassName
{
border-color: #71441D;
}
.TagClassName
{
border-color: #71441D;
}
</style>