Shades of Antique Brass #744F20
Tints of Antique Brass #744F20
RGB
CMYK
RGB Variations
Color information
#744F20 (or 0x744F20) is known color: Antique Brass. HEX triplet: 74, 4F and 20. RGB value is (116,79,32). Sum of RGB (Red+Green+Blue) = 116+79+32=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #744F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F20 is #8BB0DF. Grayscale: #545454. Windows color (decimal): -9154784 or 2117492. OLE color: 2117492.
HSL color Cylindrical-coordinate representation of color #744F20: hue angle of 33.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #744F20 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 32 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.55 |
| HSL | 33.57º | 0.57% | 0.29% | - |
| HSV(B) | 33.57º | 0.72% | 0.45% | - |
| XYZ | 10.26 | 9.41 | 2.64 | - |
| YUV | 84.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 32 | 0 | 0.32 | 0.72 | 0.55 | 33.57 | 0.57 | 0.29 |
| Hex | 74 | 4F | 20 | 0 | 20 | 48 | 37 | 22 | 39 | 1D |
| Octal | 164 | 117 | 40 | 0 | 40 | 110 | 67 | 42 | 71 | 35 |
| Binary | 1110100 | 1001111 | 100000 | 0 | 100000 | 1001000 | 110111 | 100010 | 111001 | 11101 |
Color Harmonies of #744F20
Complementary color
Monochromatic Colors of #744F20
Black with #744F20
Text Example
Text Example
White with #744F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F20; }
p { color: rgb(116,79,32); }
H1.HeaderClassName
{
color: #744F20;
}
.AnyTagClassName
{
color: #744F20;
}
</style>
background-color css
<style>
a { background-color: #744F20; }
a { background-color: rgb(116,79,32); }
div.DivClassName
{
background-color: #744F20;
}
.BgClassName
{
background-color: #744F20;
}
</style>
border-color css
<style>
span { border-color: #744F20; }
span { border-color: rgb(116,79,32); }
td.TdClassName
{
border-color: #744F20;
}
.TagClassName
{
border-color: #744F20;
}
</style>