Shades of Antique Brass #71451C
Tints of Antique Brass #71451C
RGB
CMYK
RGB Variations
Color information
#71451C (or 0x71451C) is known color: Antique Brass. HEX triplet: 71, 45 and 1C. RGB value is (113,69,28). Sum of RGB (Red+Green+Blue) = 113+69+28=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71451C is #8EBAE3. Grayscale: #4D4D4D. Windows color (decimal): -9353956 or 1852785. OLE color: 1852785.
HSL color Cylindrical-coordinate representation of color #71451C: hue angle of 28.94º 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 #71451C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 28 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.56 |
| HSL | 28.94º | 0.6% | 0.28% | - |
| HSV(B) | 28.94º | 0.75% | 0.44% | - |
| XYZ | 9.15 | 7.85 | 2.13 | - |
| YUV | 77.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 28 | 0 | 0.39 | 0.75 | 0.56 | 28.94 | 0.6 | 0.28 |
| Hex | 71 | 45 | 1C | 0 | 27 | 4B | 38 | 1D | 3C | 1C |
| Octal | 161 | 105 | 34 | 0 | 47 | 113 | 70 | 35 | 74 | 34 |
| Binary | 1110001 | 1000101 | 11100 | 0 | 100111 | 1001011 | 111000 | 11101 | 111100 | 11100 |
Color Harmonies of #71451C
Complementary color
Monochromatic Colors of #71451C
Black with #71451C
Text Example
Text Example
White with #71451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71451C; }
p { color: rgb(113,69,28); }
H1.HeaderClassName
{
color: #71451C;
}
.AnyTagClassName
{
color: #71451C;
}
</style>
background-color css
<style>
a { background-color: #71451C; }
a { background-color: rgb(113,69,28); }
div.DivClassName
{
background-color: #71451C;
}
.BgClassName
{
background-color: #71451C;
}
</style>
border-color css
<style>
span { border-color: #71451C; }
span { border-color: rgb(113,69,28); }
td.TdClassName
{
border-color: #71451C;
}
.TagClassName
{
border-color: #71451C;
}
</style>