Shades of Antique Brass #72441D
Tints of Antique Brass #72441D
RGB
CMYK
RGB Variations
Color information
#72441D (or 0x72441D) is known color: Antique Brass. HEX triplet: 72, 44 and 1D. RGB value is (114,68,29). Sum of RGB (Red+Green+Blue) = 114+68+29=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72441D is #8DBBE2. Grayscale: #4D4D4D. Windows color (decimal): -9288675 or 1918066. OLE color: 1918066.
HSL color Cylindrical-coordinate representation of color #72441D: hue angle of 27.53º 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 #72441D is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 29 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.55 |
| HSL | 27.53º | 0.59% | 0.28% | - |
| HSV(B) | 27.53º | 0.75% | 0.45% | - |
| XYZ | 9.23 | 7.8 | 2.18 | - |
| YUV | 77.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 29 | 0 | 0.40 | 0.75 | 0.55 | 27.53 | 0.59 | 0.28 |
| Hex | 72 | 44 | 1D | 0 | 28 | 4B | 37 | 1C | 3B | 1C |
| Octal | 162 | 104 | 35 | 0 | 50 | 113 | 67 | 34 | 73 | 34 |
| Binary | 1110010 | 1000100 | 11101 | 0 | 101000 | 1001011 | 110111 | 11100 | 111011 | 11100 |
Color Harmonies of #72441D
Complementary color
Monochromatic Colors of #72441D
Black with #72441D
Text Example
Text Example
White with #72441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72441D; }
p { color: rgb(114,68,29); }
H1.HeaderClassName
{
color: #72441D;
}
.AnyTagClassName
{
color: #72441D;
}
</style>
background-color css
<style>
a { background-color: #72441D; }
a { background-color: rgb(114,68,29); }
div.DivClassName
{
background-color: #72441D;
}
.BgClassName
{
background-color: #72441D;
}
</style>
border-color css
<style>
span { border-color: #72441D; }
span { border-color: rgb(114,68,29); }
td.TdClassName
{
border-color: #72441D;
}
.TagClassName
{
border-color: #72441D;
}
</style>