Shades of Antique Brass #72431D
Tints of Antique Brass #72431D
RGB
CMYK
RGB Variations
Color information
#72431D (or 0x72431D) is known color: Antique Brass. HEX triplet: 72, 43 and 1D. RGB value is (114,67,29). Sum of RGB (Red+Green+Blue) = 114+67+29=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72431D is #8DBCE2. Grayscale: #4C4C4C. Windows color (decimal): -9288931 or 1917810. OLE color: 1917810.
HSL color Cylindrical-coordinate representation of color #72431D: hue angle of 26.82º degrees, saturation: 0.59, 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 #72431D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 67 | 29 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.55 |
| HSL | 26.82º | 0.59% | 0.28% | - |
| HSV(B) | 26.82º | 0.75% | 0.45% | - |
| XYZ | 9.17 | 7.68 | 2.16 | - |
| YUV | 76.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 29 | 0 | 0.41 | 0.75 | 0.55 | 26.82 | 0.59 | 0.28 |
| Hex | 72 | 43 | 1D | 0 | 29 | 4B | 37 | 1B | 3B | 1C |
| Octal | 162 | 103 | 35 | 0 | 51 | 113 | 67 | 33 | 73 | 34 |
| Binary | 1110010 | 1000011 | 11101 | 0 | 101001 | 1001011 | 110111 | 11011 | 111011 | 11100 |
Color Harmonies of #72431D
Complementary color
Monochromatic Colors of #72431D
Black with #72431D
Text Example
Text Example
White with #72431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72431D; }
p { color: rgb(114,67,29); }
H1.HeaderClassName
{
color: #72431D;
}
.AnyTagClassName
{
color: #72431D;
}
</style>
background-color css
<style>
a { background-color: #72431D; }
a { background-color: rgb(114,67,29); }
div.DivClassName
{
background-color: #72431D;
}
.BgClassName
{
background-color: #72431D;
}
</style>
border-color css
<style>
span { border-color: #72431D; }
span { border-color: rgb(114,67,29); }
td.TdClassName
{
border-color: #72431D;
}
.TagClassName
{
border-color: #72431D;
}
</style>