Shades of Antique Brass #71441F
Tints of Antique Brass #71441F
RGB
CMYK
RGB Variations
Color information
#71441F (or 0x71441F) is known color: Antique Brass. HEX triplet: 71, 44 and 1F. RGB value is (113,68,31). Sum of RGB (Red+Green+Blue) = 113+68+31=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71441F is #8EBBE0. Grayscale: #4D4D4D. Windows color (decimal): -9354209 or 2049137. OLE color: 2049137.
HSL color Cylindrical-coordinate representation of color #71441F: hue angle of 27.07º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71441F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 31 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.56 |
| HSL | 27.07º | 0.57% | 0.28% | - |
| HSV(B) | 27.07º | 0.73% | 0.44% | - |
| XYZ | 9.12 | 7.74 | 2.31 | - |
| YUV | 77.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 31 | 0 | 0.40 | 0.73 | 0.56 | 27.07 | 0.57 | 0.28 |
| Hex | 71 | 44 | 1F | 0 | 28 | 49 | 38 | 1B | 39 | 1C |
| Octal | 161 | 104 | 37 | 0 | 50 | 111 | 70 | 33 | 71 | 34 |
| Binary | 1110001 | 1000100 | 11111 | 0 | 101000 | 1001001 | 111000 | 11011 | 111001 | 11100 |
Color Harmonies of #71441F
Complementary color
Monochromatic Colors of #71441F
Black with #71441F
Text Example
Text Example
White with #71441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71441F; }
p { color: rgb(113,68,31); }
H1.HeaderClassName
{
color: #71441F;
}
.AnyTagClassName
{
color: #71441F;
}
</style>
background-color css
<style>
a { background-color: #71441F; }
a { background-color: rgb(113,68,31); }
div.DivClassName
{
background-color: #71441F;
}
.BgClassName
{
background-color: #71441F;
}
</style>
border-color css
<style>
span { border-color: #71441F; }
span { border-color: rgb(113,68,31); }
td.TdClassName
{
border-color: #71441F;
}
.TagClassName
{
border-color: #71441F;
}
</style>