Shades of Antique Brass #744B1C
Tints of Antique Brass #744B1C
RGB
CMYK
RGB Variations
Color information
#744B1C (or 0x744B1C) is known color: Antique Brass. HEX triplet: 74, 4B and 1C. RGB value is (116,75,28). Sum of RGB (Red+Green+Blue) = 116+75+28=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #744B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B1C is #8BB4E3. Grayscale: #525252. Windows color (decimal): -9155812 or 1854324. OLE color: 1854324.
HSL color Cylindrical-coordinate representation of color #744B1C: hue angle of 32.05º degrees, saturation: 0.61, 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 #744B1C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 28 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.55 |
| HSL | 32.05º | 0.61% | 0.28% | - |
| HSV(B) | 32.05º | 0.76% | 0.45% | - |
| XYZ | 9.93 | 8.83 | 2.28 | - |
| YUV | 81.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 28 | 0 | 0.35 | 0.76 | 0.55 | 32.05 | 0.61 | 0.28 |
| Hex | 74 | 4B | 1C | 0 | 23 | 4C | 37 | 20 | 3D | 1C |
| Octal | 164 | 113 | 34 | 0 | 43 | 114 | 67 | 40 | 75 | 34 |
| Binary | 1110100 | 1001011 | 11100 | 0 | 100011 | 1001100 | 110111 | 100000 | 111101 | 11100 |
Color Harmonies of #744B1C
Complementary color
Monochromatic Colors of #744B1C
Black with #744B1C
Text Example
Text Example
White with #744B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B1C; }
p { color: rgb(116,75,28); }
H1.HeaderClassName
{
color: #744B1C;
}
.AnyTagClassName
{
color: #744B1C;
}
</style>
background-color css
<style>
a { background-color: #744B1C; }
a { background-color: rgb(116,75,28); }
div.DivClassName
{
background-color: #744B1C;
}
.BgClassName
{
background-color: #744B1C;
}
</style>
border-color css
<style>
span { border-color: #744B1C; }
span { border-color: rgb(116,75,28); }
td.TdClassName
{
border-color: #744B1C;
}
.TagClassName
{
border-color: #744B1C;
}
</style>