Shades of Antique Brass #72441B
Tints of Antique Brass #72441B
RGB
CMYK
RGB Variations
Color information
#72441B (or 0x72441B) is known color: Antique Brass. HEX triplet: 72, 44 and 1B. RGB value is (114,68,27). Sum of RGB (Red+Green+Blue) = 114+68+27=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72441B is #8DBBE4. Grayscale: #4D4D4D. Windows color (decimal): -9288677 or 1786994. OLE color: 1786994.
HSL color Cylindrical-coordinate representation of color #72441B: hue angle of 28.28º 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 #72441B is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 27 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.55 |
| HSL | 28.28º | 0.62% | 0.28% | - |
| HSV(B) | 28.28º | 0.76% | 0.45% | - |
| XYZ | 9.2 | 7.79 | 2.06 | - |
| YUV | 77.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 27 | 0 | 0.40 | 0.76 | 0.55 | 28.28 | 0.62 | 0.28 |
| Hex | 72 | 44 | 1B | 0 | 28 | 4C | 37 | 1C | 3E | 1C |
| Octal | 162 | 104 | 33 | 0 | 50 | 114 | 67 | 34 | 76 | 34 |
| Binary | 1110010 | 1000100 | 11011 | 0 | 101000 | 1001100 | 110111 | 11100 | 111110 | 11100 |
Color Harmonies of #72441B
Complementary color
Monochromatic Colors of #72441B
Black with #72441B
Text Example
Text Example
White with #72441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72441B; }
p { color: rgb(114,68,27); }
H1.HeaderClassName
{
color: #72441B;
}
.AnyTagClassName
{
color: #72441B;
}
</style>
background-color css
<style>
a { background-color: #72441B; }
a { background-color: rgb(114,68,27); }
div.DivClassName
{
background-color: #72441B;
}
.BgClassName
{
background-color: #72441B;
}
</style>
border-color css
<style>
span { border-color: #72441B; }
span { border-color: rgb(114,68,27); }
td.TdClassName
{
border-color: #72441B;
}
.TagClassName
{
border-color: #72441B;
}
</style>