Shades of Antique Brass #714F1F
Tints of Antique Brass #714F1F
RGB
CMYK
RGB Variations
Color information
#714F1F (or 0x714F1F) is known color: Antique Brass. HEX triplet: 71, 4F and 1F. RGB value is (113,79,31). Sum of RGB (Red+Green+Blue) = 113+79+31=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #714F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F1F is #8EB0E0. Grayscale: #535353. Windows color (decimal): -9351393 or 2051953. OLE color: 2051953.
HSL color Cylindrical-coordinate representation of color #714F1F: hue angle of 35.12º 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 #714F1F is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 31 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.56 |
| HSL | 35.12º | 0.57% | 0.28% | - |
| HSV(B) | 35.12º | 0.73% | 0.44% | - |
| XYZ | 9.85 | 9.2 | 2.55 | - |
| YUV | 83.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 31 | 0 | 0.30 | 0.73 | 0.56 | 35.12 | 0.57 | 0.28 |
| Hex | 71 | 4F | 1F | 0 | 1E | 49 | 38 | 23 | 39 | 1C |
| Octal | 161 | 117 | 37 | 0 | 36 | 111 | 70 | 43 | 71 | 34 |
| Binary | 1110001 | 1001111 | 11111 | 0 | 11110 | 1001001 | 111000 | 100011 | 111001 | 11100 |
Color Harmonies of #714F1F
Complementary color
Monochromatic Colors of #714F1F
Black with #714F1F
Text Example
Text Example
White with #714F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F1F; }
p { color: rgb(113,79,31); }
H1.HeaderClassName
{
color: #714F1F;
}
.AnyTagClassName
{
color: #714F1F;
}
</style>
background-color css
<style>
a { background-color: #714F1F; }
a { background-color: rgb(113,79,31); }
div.DivClassName
{
background-color: #714F1F;
}
.BgClassName
{
background-color: #714F1F;
}
</style>
border-color css
<style>
span { border-color: #714F1F; }
span { border-color: rgb(113,79,31); }
td.TdClassName
{
border-color: #714F1F;
}
.TagClassName
{
border-color: #714F1F;
}
</style>