Shades of Antique Brass #74471C
Tints of Antique Brass #74471C
RGB
CMYK
RGB Variations
Color information
#74471C (or 0x74471C) is known color: Antique Brass. HEX triplet: 74, 47 and 1C. RGB value is (116,71,28). Sum of RGB (Red+Green+Blue) = 116+71+28=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74471C is #8BB8E3. Grayscale: #4F4F4F. Windows color (decimal): -9156836 or 1853300. OLE color: 1853300.
HSL color Cylindrical-coordinate representation of color #74471C: hue angle of 29.32º 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 #74471C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 28 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.55 |
| HSL | 29.32º | 0.61% | 0.28% | - |
| HSV(B) | 29.32º | 0.76% | 0.45% | - |
| XYZ | 9.67 | 8.3 | 2.19 | - |
| YUV | 79.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 28 | 0 | 0.39 | 0.76 | 0.55 | 29.32 | 0.61 | 0.28 |
| Hex | 74 | 47 | 1C | 0 | 27 | 4C | 37 | 1D | 3D | 1C |
| Octal | 164 | 107 | 34 | 0 | 47 | 114 | 67 | 35 | 75 | 34 |
| Binary | 1110100 | 1000111 | 11100 | 0 | 100111 | 1001100 | 110111 | 11101 | 111101 | 11100 |
Color Harmonies of #74471C
Complementary color
Monochromatic Colors of #74471C
Black with #74471C
Text Example
Text Example
White with #74471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74471C; }
p { color: rgb(116,71,28); }
H1.HeaderClassName
{
color: #74471C;
}
.AnyTagClassName
{
color: #74471C;
}
</style>
background-color css
<style>
a { background-color: #74471C; }
a { background-color: rgb(116,71,28); }
div.DivClassName
{
background-color: #74471C;
}
.BgClassName
{
background-color: #74471C;
}
</style>
border-color css
<style>
span { border-color: #74471C; }
span { border-color: rgb(116,71,28); }
td.TdClassName
{
border-color: #74471C;
}
.TagClassName
{
border-color: #74471C;
}
</style>