Shades of Antique Brass #74471D
Tints of Antique Brass #74471D
RGB
CMYK
RGB Variations
Color information
#74471D (or 0x74471D) is known color: Antique Brass. HEX triplet: 74, 47 and 1D. RGB value is (116,71,29). Sum of RGB (Red+Green+Blue) = 116+71+29=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74471D is #8BB8E2. Grayscale: #4F4F4F. Windows color (decimal): -9156835 or 1918836. OLE color: 1918836.
HSL color Cylindrical-coordinate representation of color #74471D: hue angle of 28.97º 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 #74471D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 29 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.55 |
| HSL | 28.97º | 0.6% | 0.28% | - |
| HSV(B) | 28.97º | 0.75% | 0.45% | - |
| XYZ | 9.68 | 8.31 | 2.26 | - |
| YUV | 79.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 29 | 0 | 0.39 | 0.75 | 0.55 | 28.97 | 0.6 | 0.28 |
| Hex | 74 | 47 | 1D | 0 | 27 | 4B | 37 | 1D | 3C | 1C |
| Octal | 164 | 107 | 35 | 0 | 47 | 113 | 67 | 35 | 74 | 34 |
| Binary | 1110100 | 1000111 | 11101 | 0 | 100111 | 1001011 | 110111 | 11101 | 111100 | 11100 |
Color Harmonies of #74471D
Complementary color
Monochromatic Colors of #74471D
Black with #74471D
Text Example
Text Example
White with #74471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74471D; }
p { color: rgb(116,71,29); }
H1.HeaderClassName
{
color: #74471D;
}
.AnyTagClassName
{
color: #74471D;
}
</style>
background-color css
<style>
a { background-color: #74471D; }
a { background-color: rgb(116,71,29); }
div.DivClassName
{
background-color: #74471D;
}
.BgClassName
{
background-color: #74471D;
}
</style>
border-color css
<style>
span { border-color: #74471D; }
span { border-color: rgb(116,71,29); }
td.TdClassName
{
border-color: #74471D;
}
.TagClassName
{
border-color: #74471D;
}
</style>