Shades of Antique Brass #72431C
Tints of Antique Brass #72431C
RGB
CMYK
RGB Variations
Color information
#72431C (or 0x72431C) is known color: Antique Brass. HEX triplet: 72, 43 and 1C. RGB value is (114,67,28). Sum of RGB (Red+Green+Blue) = 114+67+28=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72431C is #8DBCE3. Grayscale: #4C4C4C. Windows color (decimal): -9288932 or 1852274. OLE color: 1852274.
HSL color Cylindrical-coordinate representation of color #72431C: hue angle of 27.21º 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 #72431C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 67 | 28 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.55 |
| HSL | 27.21º | 0.61% | 0.28% | - |
| HSV(B) | 27.21º | 0.75% | 0.45% | - |
| XYZ | 9.16 | 7.68 | 2.1 | - |
| YUV | 76.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 28 | 0 | 0.41 | 0.75 | 0.55 | 27.21 | 0.61 | 0.28 |
| Hex | 72 | 43 | 1C | 0 | 29 | 4B | 37 | 1B | 3D | 1C |
| Octal | 162 | 103 | 34 | 0 | 51 | 113 | 67 | 33 | 75 | 34 |
| Binary | 1110010 | 1000011 | 11100 | 0 | 101001 | 1001011 | 110111 | 11011 | 111101 | 11100 |
Color Harmonies of #72431C
Complementary color
Monochromatic Colors of #72431C
Black with #72431C
Text Example
Text Example
White with #72431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72431C; }
p { color: rgb(114,67,28); }
H1.HeaderClassName
{
color: #72431C;
}
.AnyTagClassName
{
color: #72431C;
}
</style>
background-color css
<style>
a { background-color: #72431C; }
a { background-color: rgb(114,67,28); }
div.DivClassName
{
background-color: #72431C;
}
.BgClassName
{
background-color: #72431C;
}
</style>
border-color css
<style>
span { border-color: #72431C; }
span { border-color: rgb(114,67,28); }
td.TdClassName
{
border-color: #72431C;
}
.TagClassName
{
border-color: #72431C;
}
</style>