Shades of Antique Brass #71431C
Tints of Antique Brass #71431C
RGB
CMYK
RGB Variations
Color information
#71431C (or 0x71431C) is known color: Antique Brass. HEX triplet: 71, 43 and 1C. RGB value is (113,67,28). Sum of RGB (Red+Green+Blue) = 113+67+28=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71431C is #8EBCE3. Grayscale: #4C4C4C. Windows color (decimal): -9354468 or 1852273. OLE color: 1852273.
HSL color Cylindrical-coordinate representation of color #71431C: hue angle of 27.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71431C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 28 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.56 |
| HSL | 27.53º | 0.6% | 0.28% | - |
| HSV(B) | 27.53º | 0.75% | 0.44% | - |
| XYZ | 9.03 | 7.61 | 2.09 | - |
| YUV | 76.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 28 | 0 | 0.41 | 0.75 | 0.56 | 27.53 | 0.6 | 0.28 |
| Hex | 71 | 43 | 1C | 0 | 29 | 4B | 38 | 1C | 3C | 1C |
| Octal | 161 | 103 | 34 | 0 | 51 | 113 | 70 | 34 | 74 | 34 |
| Binary | 1110001 | 1000011 | 11100 | 0 | 101001 | 1001011 | 111000 | 11100 | 111100 | 11100 |
Color Harmonies of #71431C
Complementary color
Monochromatic Colors of #71431C
Black with #71431C
Text Example
Text Example
White with #71431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71431C; }
p { color: rgb(113,67,28); }
H1.HeaderClassName
{
color: #71431C;
}
.AnyTagClassName
{
color: #71431C;
}
</style>
background-color css
<style>
a { background-color: #71431C; }
a { background-color: rgb(113,67,28); }
div.DivClassName
{
background-color: #71431C;
}
.BgClassName
{
background-color: #71431C;
}
</style>
border-color css
<style>
span { border-color: #71431C; }
span { border-color: rgb(113,67,28); }
td.TdClassName
{
border-color: #71431C;
}
.TagClassName
{
border-color: #71431C;
}
</style>