Shades of Antique Brass #74461D
Tints of Antique Brass #74461D
RGB
CMYK
RGB Variations
Color information
#74461D (or 0x74461D) is known color: Antique Brass. HEX triplet: 74, 46 and 1D. RGB value is (116,70,29). Sum of RGB (Red+Green+Blue) = 116+70+29=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74461D is #8BB9E2. Grayscale: #4F4F4F. Windows color (decimal): -9157091 or 1918580. OLE color: 1918580.
HSL color Cylindrical-coordinate representation of color #74461D: hue angle of 28.28º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74461D is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 29 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.55 |
| HSL | 28.28º | 0.6% | 0.28% | - |
| HSV(B) | 28.28º | 0.75% | 0.45% | - |
| XYZ | 9.61 | 8.18 | 2.23 | - |
| YUV | 79.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 29 | 0 | 0.40 | 0.75 | 0.55 | 28.28 | 0.6 | 0.28 |
| Hex | 74 | 46 | 1D | 0 | 28 | 4B | 37 | 1C | 3C | 1C |
| Octal | 164 | 106 | 35 | 0 | 50 | 113 | 67 | 34 | 74 | 34 |
| Binary | 1110100 | 1000110 | 11101 | 0 | 101000 | 1001011 | 110111 | 11100 | 111100 | 11100 |
Color Harmonies of #74461D
Complementary color
Monochromatic Colors of #74461D
Black with #74461D
Text Example
Text Example
White with #74461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74461D; }
p { color: rgb(116,70,29); }
H1.HeaderClassName
{
color: #74461D;
}
.AnyTagClassName
{
color: #74461D;
}
</style>
background-color css
<style>
a { background-color: #74461D; }
a { background-color: rgb(116,70,29); }
div.DivClassName
{
background-color: #74461D;
}
.BgClassName
{
background-color: #74461D;
}
</style>
border-color css
<style>
span { border-color: #74461D; }
span { border-color: rgb(116,70,29); }
td.TdClassName
{
border-color: #74461D;
}
.TagClassName
{
border-color: #74461D;
}
</style>