Shades of Antique Brass #744A1D
Tints of Antique Brass #744A1D
RGB
CMYK
RGB Variations
Color information
#744A1D (or 0x744A1D) is known color: Antique Brass. HEX triplet: 74, 4A and 1D. RGB value is (116,74,29). Sum of RGB (Red+Green+Blue) = 116+74+29=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #744A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A1D is #8BB5E2. Grayscale: #515151. Windows color (decimal): -9156067 or 1919604. OLE color: 1919604.
HSL color Cylindrical-coordinate representation of color #744A1D: hue angle of 31.03º degrees, saturation: 0.6, 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 #744A1D is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 29 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.55 |
| HSL | 31.03º | 0.6% | 0.28% | - |
| HSV(B) | 31.03º | 0.75% | 0.45% | - |
| XYZ | 9.87 | 8.7 | 2.32 | - |
| YUV | 81.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 29 | 0 | 0.36 | 0.75 | 0.55 | 31.03 | 0.6 | 0.28 |
| Hex | 74 | 4A | 1D | 0 | 24 | 4B | 37 | 1F | 3C | 1C |
| Octal | 164 | 112 | 35 | 0 | 44 | 113 | 67 | 37 | 74 | 34 |
| Binary | 1110100 | 1001010 | 11101 | 0 | 100100 | 1001011 | 110111 | 11111 | 111100 | 11100 |
Color Harmonies of #744A1D
Complementary color
Monochromatic Colors of #744A1D
Black with #744A1D
Text Example
Text Example
White with #744A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A1D; }
p { color: rgb(116,74,29); }
H1.HeaderClassName
{
color: #744A1D;
}
.AnyTagClassName
{
color: #744A1D;
}
</style>
background-color css
<style>
a { background-color: #744A1D; }
a { background-color: rgb(116,74,29); }
div.DivClassName
{
background-color: #744A1D;
}
.BgClassName
{
background-color: #744A1D;
}
</style>
border-color css
<style>
span { border-color: #744A1D; }
span { border-color: rgb(116,74,29); }
td.TdClassName
{
border-color: #744A1D;
}
.TagClassName
{
border-color: #744A1D;
}
</style>