Shades of Antique Brass #734C21
Tints of Antique Brass #734C21
RGB
CMYK
RGB Variations
Color information
#734C21 (or 0x734C21) is known color: Antique Brass. HEX triplet: 73, 4C and 21. RGB value is (115,76,33). Sum of RGB (Red+Green+Blue) = 115+76+33=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #734C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C21 is #8CB3DE. Grayscale: #525252. Windows color (decimal): -9221087 or 2182259. OLE color: 2182259.
HSL color Cylindrical-coordinate representation of color #734C21: hue angle of 31.46º 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 #734C21 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 33 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.55 |
| HSL | 31.46º | 0.55% | 0.29% | - |
| HSV(B) | 31.46º | 0.71% | 0.45% | - |
| XYZ | 9.93 | 8.92 | 2.64 | - |
| YUV | 82.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 33 | 0 | 0.34 | 0.71 | 0.55 | 31.46 | 0.55 | 0.29 |
| Hex | 73 | 4C | 21 | 0 | 22 | 47 | 37 | 1F | 37 | 1D |
| Octal | 163 | 114 | 41 | 0 | 42 | 107 | 67 | 37 | 67 | 35 |
| Binary | 1110011 | 1001100 | 100001 | 0 | 100010 | 1000111 | 110111 | 11111 | 110111 | 11101 |
Color Harmonies of #734C21
Complementary color
Monochromatic Colors of #734C21
Black with #734C21
Text Example
Text Example
White with #734C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C21; }
p { color: rgb(115,76,33); }
H1.HeaderClassName
{
color: #734C21;
}
.AnyTagClassName
{
color: #734C21;
}
</style>
background-color css
<style>
a { background-color: #734C21; }
a { background-color: rgb(115,76,33); }
div.DivClassName
{
background-color: #734C21;
}
.BgClassName
{
background-color: #734C21;
}
</style>
border-color css
<style>
span { border-color: #734C21; }
span { border-color: rgb(115,76,33); }
td.TdClassName
{
border-color: #734C21;
}
.TagClassName
{
border-color: #734C21;
}
</style>