Shades of Antique Brass #74461C
Tints of Antique Brass #74461C
RGB
CMYK
RGB Variations
Color information
#74461C (or 0x74461C) is known color: Antique Brass. HEX triplet: 74, 46 and 1C. RGB value is (116,70,28). Sum of RGB (Red+Green+Blue) = 116+70+28=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74461C is #8BB9E3. Grayscale: #4F4F4F. Windows color (decimal): -9157092 or 1853044. OLE color: 1853044.
HSL color Cylindrical-coordinate representation of color #74461C: hue angle of 28.64º 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 #74461C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 28 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.55 |
| HSL | 28.64º | 0.61% | 0.28% | - |
| HSV(B) | 28.64º | 0.76% | 0.45% | - |
| XYZ | 9.6 | 8.18 | 2.17 | - |
| YUV | 78.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 28 | 0 | 0.40 | 0.76 | 0.55 | 28.64 | 0.61 | 0.28 |
| Hex | 74 | 46 | 1C | 0 | 28 | 4C | 37 | 1D | 3D | 1C |
| Octal | 164 | 106 | 34 | 0 | 50 | 114 | 67 | 35 | 75 | 34 |
| Binary | 1110100 | 1000110 | 11100 | 0 | 101000 | 1001100 | 110111 | 11101 | 111101 | 11100 |
Color Harmonies of #74461C
Complementary color
Monochromatic Colors of #74461C
Black with #74461C
Text Example
Text Example
White with #74461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74461C; }
p { color: rgb(116,70,28); }
H1.HeaderClassName
{
color: #74461C;
}
.AnyTagClassName
{
color: #74461C;
}
</style>
background-color css
<style>
a { background-color: #74461C; }
a { background-color: rgb(116,70,28); }
div.DivClassName
{
background-color: #74461C;
}
.BgClassName
{
background-color: #74461C;
}
</style>
border-color css
<style>
span { border-color: #74461C; }
span { border-color: rgb(116,70,28); }
td.TdClassName
{
border-color: #74461C;
}
.TagClassName
{
border-color: #74461C;
}
</style>