Shades of Antique Brass #72491B
Tints of Antique Brass #72491B
RGB
CMYK
RGB Variations
Color information
#72491B (or 0x72491B) is known color: Antique Brass. HEX triplet: 72, 49 and 1B. RGB value is (114,73,27). Sum of RGB (Red+Green+Blue) = 114+73+27=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72491B is #8DB6E4. Grayscale: #505050. Windows color (decimal): -9287397 or 1788274. OLE color: 1788274.
HSL color Cylindrical-coordinate representation of color #72491B: hue angle of 31.72º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72491B is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 27 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.55 |
| HSL | 31.72º | 0.62% | 0.28% | - |
| HSV(B) | 31.72º | 0.76% | 0.45% | - |
| XYZ | 9.52 | 8.42 | 2.16 | - |
| YUV | 80.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 27 | 0 | 0.36 | 0.76 | 0.55 | 31.72 | 0.62 | 0.28 |
| Hex | 72 | 49 | 1B | 0 | 24 | 4C | 37 | 20 | 3E | 1C |
| Octal | 162 | 111 | 33 | 0 | 44 | 114 | 67 | 40 | 76 | 34 |
| Binary | 1110010 | 1001001 | 11011 | 0 | 100100 | 1001100 | 110111 | 100000 | 111110 | 11100 |
Color Harmonies of #72491B
Complementary color
Monochromatic Colors of #72491B
Black with #72491B
Text Example
Text Example
White with #72491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72491B; }
p { color: rgb(114,73,27); }
H1.HeaderClassName
{
color: #72491B;
}
.AnyTagClassName
{
color: #72491B;
}
</style>
background-color css
<style>
a { background-color: #72491B; }
a { background-color: rgb(114,73,27); }
div.DivClassName
{
background-color: #72491B;
}
.BgClassName
{
background-color: #72491B;
}
</style>
border-color css
<style>
span { border-color: #72491B; }
span { border-color: rgb(114,73,27); }
td.TdClassName
{
border-color: #72491B;
}
.TagClassName
{
border-color: #72491B;
}
</style>