Shades of Antique Brass #744A20
Tints of Antique Brass #744A20
RGB
CMYK
RGB Variations
Color information
#744A20 (or 0x744A20) is known color: Antique Brass. HEX triplet: 74, 4A and 20. RGB value is (116,74,32). Sum of RGB (Red+Green+Blue) = 116+74+32=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #744A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A20 is #8BB5DF. Grayscale: #515151. Windows color (decimal): -9156064 or 2116212. OLE color: 2116212.
HSL color Cylindrical-coordinate representation of color #744A20: hue angle of 30º 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 #744A20 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 32 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.55 |
| HSL | 30º | 0.57% | 0.29% | - |
| HSV(B) | 30º | 0.72% | 0.45% | - |
| XYZ | 9.91 | 8.71 | 2.53 | - |
| YUV | 81.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 32 | 0 | 0.36 | 0.72 | 0.55 | 30 | 0.57 | 0.29 |
| Hex | 74 | 4A | 20 | 0 | 24 | 48 | 37 | 1E | 39 | 1D |
| Octal | 164 | 112 | 40 | 0 | 44 | 110 | 67 | 36 | 71 | 35 |
| Binary | 1110100 | 1001010 | 100000 | 0 | 100100 | 1001000 | 110111 | 11110 | 111001 | 11101 |
Color Harmonies of #744A20
Complementary color
Monochromatic Colors of #744A20
Black with #744A20
Text Example
Text Example
White with #744A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A20; }
p { color: rgb(116,74,32); }
H1.HeaderClassName
{
color: #744A20;
}
.AnyTagClassName
{
color: #744A20;
}
</style>
background-color css
<style>
a { background-color: #744A20; }
a { background-color: rgb(116,74,32); }
div.DivClassName
{
background-color: #744A20;
}
.BgClassName
{
background-color: #744A20;
}
</style>
border-color css
<style>
span { border-color: #744A20; }
span { border-color: rgb(116,74,32); }
td.TdClassName
{
border-color: #744A20;
}
.TagClassName
{
border-color: #744A20;
}
</style>