Shades of Antique Brass #71431A
Tints of Antique Brass #71431A
RGB
CMYK
RGB Variations
Color information
#71431A (or 0x71431A) is known color: Antique Brass. HEX triplet: 71, 43 and 1A. RGB value is (113,67,26). Sum of RGB (Red+Green+Blue) = 113+67+26=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71431A is #8EBCE5. Grayscale: #4C4C4C. Windows color (decimal): -9354470 or 1721201. OLE color: 1721201.
HSL color Cylindrical-coordinate representation of color #71431A: hue angle of 28.28º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71431A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 26 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.56 |
| HSL | 28.28º | 0.63% | 0.27% | - |
| HSV(B) | 28.28º | 0.77% | 0.44% | - |
| XYZ | 9 | 7.6 | 1.97 | - |
| YUV | 76.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 26 | 0 | 0.41 | 0.77 | 0.56 | 28.28 | 0.63 | 0.27 |
| Hex | 71 | 43 | 1A | 0 | 29 | 4D | 38 | 1C | 3F | 1B |
| Octal | 161 | 103 | 32 | 0 | 51 | 115 | 70 | 34 | 77 | 33 |
| Binary | 1110001 | 1000011 | 11010 | 0 | 101001 | 1001101 | 111000 | 11100 | 111111 | 11011 |
Color Harmonies of #71431A
Complementary color
Monochromatic Colors of #71431A
Black with #71431A
Text Example
Text Example
White with #71431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71431A; }
p { color: rgb(113,67,26); }
H1.HeaderClassName
{
color: #71431A;
}
.AnyTagClassName
{
color: #71431A;
}
</style>
background-color css
<style>
a { background-color: #71431A; }
a { background-color: rgb(113,67,26); }
div.DivClassName
{
background-color: #71431A;
}
.BgClassName
{
background-color: #71431A;
}
</style>
border-color css
<style>
span { border-color: #71431A; }
span { border-color: rgb(113,67,26); }
td.TdClassName
{
border-color: #71431A;
}
.TagClassName
{
border-color: #71431A;
}
</style>