Shades of Antique Brass #72451C
Tints of Antique Brass #72451C
RGB
CMYK
RGB Variations
Color information
#72451C (or 0x72451C) is known color: Antique Brass. HEX triplet: 72, 45 and 1C. RGB value is (114,69,28). Sum of RGB (Red+Green+Blue) = 114+69+28=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72451C is #8DBAE3. Grayscale: #4D4D4D. Windows color (decimal): -9288420 or 1852786. OLE color: 1852786.
HSL color Cylindrical-coordinate representation of color #72451C: hue angle of 28.6º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72451C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 28 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.55 |
| HSL | 28.6º | 0.61% | 0.28% | - |
| HSV(B) | 28.6º | 0.75% | 0.45% | - |
| XYZ | 9.28 | 7.92 | 2.14 | - |
| YUV | 77.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 28 | 0 | 0.39 | 0.75 | 0.55 | 28.6 | 0.61 | 0.28 |
| Hex | 72 | 45 | 1C | 0 | 27 | 4B | 37 | 1D | 3D | 1C |
| Octal | 162 | 105 | 34 | 0 | 47 | 113 | 67 | 35 | 75 | 34 |
| Binary | 1110010 | 1000101 | 11100 | 0 | 100111 | 1001011 | 110111 | 11101 | 111101 | 11100 |
Color Harmonies of #72451C
Complementary color
Monochromatic Colors of #72451C
Black with #72451C
Text Example
Text Example
White with #72451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72451C; }
p { color: rgb(114,69,28); }
H1.HeaderClassName
{
color: #72451C;
}
.AnyTagClassName
{
color: #72451C;
}
</style>
background-color css
<style>
a { background-color: #72451C; }
a { background-color: rgb(114,69,28); }
div.DivClassName
{
background-color: #72451C;
}
.BgClassName
{
background-color: #72451C;
}
</style>
border-color css
<style>
span { border-color: #72451C; }
span { border-color: rgb(114,69,28); }
td.TdClassName
{
border-color: #72451C;
}
.TagClassName
{
border-color: #72451C;
}
</style>