Shades of Antique Brass #744A22
Tints of Antique Brass #744A22
RGB
CMYK
RGB Variations
Color information
#744A22 (or 0x744A22) is known color: Antique Brass. HEX triplet: 74, 4A and 22. RGB value is (116,74,34). Sum of RGB (Red+Green+Blue) = 116+74+34=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #744A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A22 is #8BB5DD. Grayscale: #525252. Windows color (decimal): -9156062 or 2247284. OLE color: 2247284.
HSL color Cylindrical-coordinate representation of color #744A22: hue angle of 29.27º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #744A22 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 34 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.55 |
| HSL | 29.27º | 0.55% | 0.29% | - |
| HSV(B) | 29.27º | 0.71% | 0.45% | - |
| XYZ | 9.94 | 8.73 | 2.67 | - |
| YUV | 82 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 34 | 0 | 0.36 | 0.71 | 0.55 | 29.27 | 0.55 | 0.29 |
| Hex | 74 | 4A | 22 | 0 | 24 | 47 | 37 | 1D | 37 | 1D |
| Octal | 164 | 112 | 42 | 0 | 44 | 107 | 67 | 35 | 67 | 35 |
| Binary | 1110100 | 1001010 | 100010 | 0 | 100100 | 1000111 | 110111 | 11101 | 110111 | 11101 |
Color Harmonies of #744A22
Complementary color
Monochromatic Colors of #744A22
Black with #744A22
Text Example
Text Example
White with #744A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A22; }
p { color: rgb(116,74,34); }
H1.HeaderClassName
{
color: #744A22;
}
.AnyTagClassName
{
color: #744A22;
}
</style>
background-color css
<style>
a { background-color: #744A22; }
a { background-color: rgb(116,74,34); }
div.DivClassName
{
background-color: #744A22;
}
.BgClassName
{
background-color: #744A22;
}
</style>
border-color css
<style>
span { border-color: #744A22; }
span { border-color: rgb(116,74,34); }
td.TdClassName
{
border-color: #744A22;
}
.TagClassName
{
border-color: #744A22;
}
</style>