Shades of Antique Brass #74491D
Tints of Antique Brass #74491D
RGB
CMYK
RGB Variations
Color information
#74491D (or 0x74491D) is known color: Antique Brass. HEX triplet: 74, 49 and 1D. RGB value is (116,73,29). Sum of RGB (Red+Green+Blue) = 116+73+29=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #74491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74491D is #8BB6E2. Grayscale: #515151. Windows color (decimal): -9156323 or 1919348. OLE color: 1919348.
HSL color Cylindrical-coordinate representation of color #74491D: hue angle of 30.34º 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 #74491D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 29 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.55 |
| HSL | 30.34º | 0.6% | 0.28% | - |
| HSV(B) | 30.34º | 0.75% | 0.45% | - |
| XYZ | 9.81 | 8.57 | 2.3 | - |
| YUV | 80.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 29 | 0 | 0.37 | 0.75 | 0.55 | 30.34 | 0.6 | 0.28 |
| Hex | 74 | 49 | 1D | 0 | 25 | 4B | 37 | 1E | 3C | 1C |
| Octal | 164 | 111 | 35 | 0 | 45 | 113 | 67 | 36 | 74 | 34 |
| Binary | 1110100 | 1001001 | 11101 | 0 | 100101 | 1001011 | 110111 | 11110 | 111100 | 11100 |
Color Harmonies of #74491D
Complementary color
Monochromatic Colors of #74491D
Black with #74491D
Text Example
Text Example
White with #74491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74491D; }
p { color: rgb(116,73,29); }
H1.HeaderClassName
{
color: #74491D;
}
.AnyTagClassName
{
color: #74491D;
}
</style>
background-color css
<style>
a { background-color: #74491D; }
a { background-color: rgb(116,73,29); }
div.DivClassName
{
background-color: #74491D;
}
.BgClassName
{
background-color: #74491D;
}
</style>
border-color css
<style>
span { border-color: #74491D; }
span { border-color: rgb(116,73,29); }
td.TdClassName
{
border-color: #74491D;
}
.TagClassName
{
border-color: #74491D;
}
</style>