Shades of Antique Brass #744D21
Tints of Antique Brass #744D21
RGB
CMYK
RGB Variations
Color information
#744D21 (or 0x744D21) is known color: Antique Brass. HEX triplet: 74, 4D and 21. RGB value is (116,77,33). Sum of RGB (Red+Green+Blue) = 116+77+33=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #744D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D21 is #8BB2DE. Grayscale: #535353. Windows color (decimal): -9155295 or 2182516. OLE color: 2182516.
HSL color Cylindrical-coordinate representation of color #744D21: hue angle of 31.81º degrees, saturation: 0.56, 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 #744D21 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 33 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.55 |
| HSL | 31.81º | 0.56% | 0.29% | - |
| HSV(B) | 31.81º | 0.72% | 0.45% | - |
| XYZ | 10.13 | 9.13 | 2.67 | - |
| YUV | 83.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 33 | 0 | 0.34 | 0.72 | 0.55 | 31.81 | 0.56 | 0.29 |
| Hex | 74 | 4D | 21 | 0 | 22 | 48 | 37 | 20 | 38 | 1D |
| Octal | 164 | 115 | 41 | 0 | 42 | 110 | 67 | 40 | 70 | 35 |
| Binary | 1110100 | 1001101 | 100001 | 0 | 100010 | 1001000 | 110111 | 100000 | 111000 | 11101 |
Color Harmonies of #744D21
Complementary color
Monochromatic Colors of #744D21
Black with #744D21
Text Example
Text Example
White with #744D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D21; }
p { color: rgb(116,77,33); }
H1.HeaderClassName
{
color: #744D21;
}
.AnyTagClassName
{
color: #744D21;
}
</style>
background-color css
<style>
a { background-color: #744D21; }
a { background-color: rgb(116,77,33); }
div.DivClassName
{
background-color: #744D21;
}
.BgClassName
{
background-color: #744D21;
}
</style>
border-color css
<style>
span { border-color: #744D21; }
span { border-color: rgb(116,77,33); }
td.TdClassName
{
border-color: #744D21;
}
.TagClassName
{
border-color: #744D21;
}
</style>