Shades of Antique Brass #714D23
Tints of Antique Brass #714D23
RGB
CMYK
RGB Variations
Color information
#714D23 (or 0x714D23) is known color: Antique Brass. HEX triplet: 71, 4D and 23. RGB value is (113,77,35). Sum of RGB (Red+Green+Blue) = 113+77+35=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #714D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D23 is #8EB2DC. Grayscale: #535353. Windows color (decimal): -9351901 or 2313585. OLE color: 2313585.
HSL color Cylindrical-coordinate representation of color #714D23: hue angle of 32.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714D23 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 35 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.56 |
| HSL | 32.31º | 0.53% | 0.29% | - |
| HSV(B) | 32.31º | 0.69% | 0.44% | - |
| XYZ | 9.77 | 8.94 | 2.8 | - |
| YUV | 82.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 35 | 0 | 0.32 | 0.69 | 0.56 | 32.31 | 0.53 | 0.29 |
| Hex | 71 | 4D | 23 | 0 | 20 | 45 | 38 | 20 | 35 | 1D |
| Octal | 161 | 115 | 43 | 0 | 40 | 105 | 70 | 40 | 65 | 35 |
| Binary | 1110001 | 1001101 | 100011 | 0 | 100000 | 1000101 | 111000 | 100000 | 110101 | 11101 |
Color Harmonies of #714D23
Complementary color
Monochromatic Colors of #714D23
Black with #714D23
Text Example
Text Example
White with #714D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D23; }
p { color: rgb(113,77,35); }
H1.HeaderClassName
{
color: #714D23;
}
.AnyTagClassName
{
color: #714D23;
}
</style>
background-color css
<style>
a { background-color: #714D23; }
a { background-color: rgb(113,77,35); }
div.DivClassName
{
background-color: #714D23;
}
.BgClassName
{
background-color: #714D23;
}
</style>
border-color css
<style>
span { border-color: #714D23; }
span { border-color: rgb(113,77,35); }
td.TdClassName
{
border-color: #714D23;
}
.TagClassName
{
border-color: #714D23;
}
</style>