Shades of Antique Brass #74471B
Tints of Antique Brass #74471B
RGB
CMYK
RGB Variations
Color information
#74471B (or 0x74471B) is known color: Antique Brass. HEX triplet: 74, 47 and 1B. RGB value is (116,71,27). Sum of RGB (Red+Green+Blue) = 116+71+27=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74471B is #8BB8E4. Grayscale: #4F4F4F. Windows color (decimal): -9156837 or 1787764. OLE color: 1787764.
HSL color Cylindrical-coordinate representation of color #74471B: hue angle of 29.66º 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 #74471B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 27 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.55 |
| HSL | 29.66º | 0.62% | 0.28% | - |
| HSV(B) | 29.66º | 0.77% | 0.45% | - |
| XYZ | 9.65 | 8.3 | 2.13 | - |
| YUV | 79.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 27 | 0 | 0.39 | 0.77 | 0.55 | 29.66 | 0.62 | 0.28 |
| Hex | 74 | 47 | 1B | 0 | 27 | 4D | 37 | 1E | 3E | 1C |
| Octal | 164 | 107 | 33 | 0 | 47 | 115 | 67 | 36 | 76 | 34 |
| Binary | 1110100 | 1000111 | 11011 | 0 | 100111 | 1001101 | 110111 | 11110 | 111110 | 11100 |
Color Harmonies of #74471B
Complementary color
Monochromatic Colors of #74471B
Black with #74471B
Text Example
Text Example
White with #74471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74471B; }
p { color: rgb(116,71,27); }
H1.HeaderClassName
{
color: #74471B;
}
.AnyTagClassName
{
color: #74471B;
}
</style>
background-color css
<style>
a { background-color: #74471B; }
a { background-color: rgb(116,71,27); }
div.DivClassName
{
background-color: #74471B;
}
.BgClassName
{
background-color: #74471B;
}
</style>
border-color css
<style>
span { border-color: #74471B; }
span { border-color: rgb(116,71,27); }
td.TdClassName
{
border-color: #74471B;
}
.TagClassName
{
border-color: #74471B;
}
</style>