Shades of Antique Brass #725020
Tints of Antique Brass #725020
RGB
CMYK
RGB Variations
Color information
#725020 (or 0x725020) is known color: Antique Brass. HEX triplet: 72, 50 and 20. RGB value is (114,80,32). Sum of RGB (Red+Green+Blue) = 114+80+32=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #725020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725020 is #8DAFDF. Grayscale: #545454. Windows color (decimal): -9285600 or 2117746. OLE color: 2117746.
HSL color Cylindrical-coordinate representation of color #725020: hue angle of 35.12º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #725020 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 32 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.55 |
| HSL | 35.12º | 0.56% | 0.29% | - |
| HSV(B) | 35.12º | 0.72% | 0.45% | - |
| XYZ | 10.07 | 9.42 | 2.65 | - |
| YUV | 84.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 32 | 0 | 0.30 | 0.72 | 0.55 | 35.12 | 0.56 | 0.29 |
| Hex | 72 | 50 | 20 | 0 | 1E | 48 | 37 | 23 | 38 | 1D |
| Octal | 162 | 120 | 40 | 0 | 36 | 110 | 67 | 43 | 70 | 35 |
| Binary | 1110010 | 1010000 | 100000 | 0 | 11110 | 1001000 | 110111 | 100011 | 111000 | 11101 |
Color Harmonies of #725020
Complementary color
Monochromatic Colors of #725020
Black with #725020
Text Example
Text Example
White with #725020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725020; }
p { color: rgb(114,80,32); }
H1.HeaderClassName
{
color: #725020;
}
.AnyTagClassName
{
color: #725020;
}
</style>
background-color css
<style>
a { background-color: #725020; }
a { background-color: rgb(114,80,32); }
div.DivClassName
{
background-color: #725020;
}
.BgClassName
{
background-color: #725020;
}
</style>
border-color css
<style>
span { border-color: #725020; }
span { border-color: rgb(114,80,32); }
td.TdClassName
{
border-color: #725020;
}
.TagClassName
{
border-color: #725020;
}
</style>