Shades of Antique Brass #74471F
Tints of Antique Brass #74471F
RGB
CMYK
RGB Variations
Color information
#74471F (or 0x74471F) is known color: Antique Brass. HEX triplet: 74, 47 and 1F. RGB value is (116,71,31). Sum of RGB (Red+Green+Blue) = 116+71+31=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #74471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74471F is #8BB8E0. Grayscale: #505050. Windows color (decimal): -9156833 or 2049908. OLE color: 2049908.
HSL color Cylindrical-coordinate representation of color #74471F: hue angle of 28.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74471F is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 31 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.55 |
| HSL | 28.24º | 0.58% | 0.29% | - |
| HSV(B) | 28.24º | 0.73% | 0.45% | - |
| XYZ | 9.7 | 8.32 | 2.39 | - |
| YUV | 79.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 31 | 0 | 0.39 | 0.73 | 0.55 | 28.24 | 0.58 | 0.29 |
| Hex | 74 | 47 | 1F | 0 | 27 | 49 | 37 | 1C | 3A | 1D |
| Octal | 164 | 107 | 37 | 0 | 47 | 111 | 67 | 34 | 72 | 35 |
| Binary | 1110100 | 1000111 | 11111 | 0 | 100111 | 1001001 | 110111 | 11100 | 111010 | 11101 |
Color Harmonies of #74471F
Complementary color
Monochromatic Colors of #74471F
Black with #74471F
Text Example
Text Example
White with #74471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74471F; }
p { color: rgb(116,71,31); }
H1.HeaderClassName
{
color: #74471F;
}
.AnyTagClassName
{
color: #74471F;
}
</style>
background-color css
<style>
a { background-color: #74471F; }
a { background-color: rgb(116,71,31); }
div.DivClassName
{
background-color: #74471F;
}
.BgClassName
{
background-color: #74471F;
}
</style>
border-color css
<style>
span { border-color: #74471F; }
span { border-color: rgb(116,71,31); }
td.TdClassName
{
border-color: #74471F;
}
.TagClassName
{
border-color: #74471F;
}
</style>