Shades of Antique Brass #74491B
Tints of Antique Brass #74491B
RGB
CMYK
RGB Variations
Color information
#74491B (or 0x74491B) is known color: Antique Brass. HEX triplet: 74, 49 and 1B. RGB value is (116,73,27). Sum of RGB (Red+Green+Blue) = 116+73+27=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74491B is #8BB6E4. Grayscale: #505050. Windows color (decimal): -9156325 or 1788276. OLE color: 1788276.
HSL color Cylindrical-coordinate representation of color #74491B: hue angle of 31.01º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74491B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 27 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.55 |
| HSL | 31.01º | 0.62% | 0.28% | - |
| HSV(B) | 31.01º | 0.77% | 0.45% | - |
| XYZ | 9.78 | 8.56 | 2.17 | - |
| YUV | 80.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 27 | 0 | 0.37 | 0.77 | 0.55 | 31.01 | 0.62 | 0.28 |
| Hex | 74 | 49 | 1B | 0 | 25 | 4D | 37 | 1F | 3E | 1C |
| Octal | 164 | 111 | 33 | 0 | 45 | 115 | 67 | 37 | 76 | 34 |
| Binary | 1110100 | 1001001 | 11011 | 0 | 100101 | 1001101 | 110111 | 11111 | 111110 | 11100 |
Color Harmonies of #74491B
Complementary color
Monochromatic Colors of #74491B
Black with #74491B
Text Example
Text Example
White with #74491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74491B; }
p { color: rgb(116,73,27); }
H1.HeaderClassName
{
color: #74491B;
}
.AnyTagClassName
{
color: #74491B;
}
</style>
background-color css
<style>
a { background-color: #74491B; }
a { background-color: rgb(116,73,27); }
div.DivClassName
{
background-color: #74491B;
}
.BgClassName
{
background-color: #74491B;
}
</style>
border-color css
<style>
span { border-color: #74491B; }
span { border-color: rgb(116,73,27); }
td.TdClassName
{
border-color: #74491B;
}
.TagClassName
{
border-color: #74491B;
}
</style>