Shades of Antique Brass #744E1F
Tints of Antique Brass #744E1F
RGB
CMYK
RGB Variations
Color information
#744E1F (or 0x744E1F) is known color: Antique Brass. HEX triplet: 74, 4E and 1F. RGB value is (116,78,31). Sum of RGB (Red+Green+Blue) = 116+78+31=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #744E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E1F is #8BB1E0. Grayscale: #545454. Windows color (decimal): -9155041 or 2051700. OLE color: 2051700.
HSL color Cylindrical-coordinate representation of color #744E1F: hue angle of 33.18º 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 #744E1F is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 31 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.55 |
| HSL | 33.18º | 0.58% | 0.29% | - |
| HSV(B) | 33.18º | 0.73% | 0.45% | - |
| XYZ | 10.17 | 9.26 | 2.55 | - |
| YUV | 84 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 31 | 0 | 0.33 | 0.73 | 0.55 | 33.18 | 0.58 | 0.29 |
| Hex | 74 | 4E | 1F | 0 | 21 | 49 | 37 | 21 | 3A | 1D |
| Octal | 164 | 116 | 37 | 0 | 41 | 111 | 67 | 41 | 72 | 35 |
| Binary | 1110100 | 1001110 | 11111 | 0 | 100001 | 1001001 | 110111 | 100001 | 111010 | 11101 |
Color Harmonies of #744E1F
Complementary color
Monochromatic Colors of #744E1F
Black with #744E1F
Text Example
Text Example
White with #744E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E1F; }
p { color: rgb(116,78,31); }
H1.HeaderClassName
{
color: #744E1F;
}
.AnyTagClassName
{
color: #744E1F;
}
</style>
background-color css
<style>
a { background-color: #744E1F; }
a { background-color: rgb(116,78,31); }
div.DivClassName
{
background-color: #744E1F;
}
.BgClassName
{
background-color: #744E1F;
}
</style>
border-color css
<style>
span { border-color: #744E1F; }
span { border-color: rgb(116,78,31); }
td.TdClassName
{
border-color: #744E1F;
}
.TagClassName
{
border-color: #744E1F;
}
</style>