Shades of Antique Brass #734D1D
Tints of Antique Brass #734D1D
RGB
CMYK
RGB Variations
Color information
#734D1D (or 0x734D1D) is known color: Antique Brass. HEX triplet: 73, 4D and 1D. RGB value is (115,77,29). Sum of RGB (Red+Green+Blue) = 115+77+29=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #734D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D1D is #8CB2E2. Grayscale: #535353. Windows color (decimal): -9220835 or 1920371. OLE color: 1920371.
HSL color Cylindrical-coordinate representation of color #734D1D: hue angle of 33.49º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #734D1D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 29 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.55 |
| HSL | 33.49º | 0.6% | 0.28% | - |
| HSV(B) | 33.49º | 0.75% | 0.45% | - |
| XYZ | 9.95 | 9.04 | 2.38 | - |
| YUV | 82.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 29 | 0 | 0.33 | 0.75 | 0.55 | 33.49 | 0.6 | 0.28 |
| Hex | 73 | 4D | 1D | 0 | 21 | 4B | 37 | 21 | 3C | 1C |
| Octal | 163 | 115 | 35 | 0 | 41 | 113 | 67 | 41 | 74 | 34 |
| Binary | 1110011 | 1001101 | 11101 | 0 | 100001 | 1001011 | 110111 | 100001 | 111100 | 11100 |
Color Harmonies of #734D1D
Complementary color
Monochromatic Colors of #734D1D
Black with #734D1D
Text Example
Text Example
White with #734D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D1D; }
p { color: rgb(115,77,29); }
H1.HeaderClassName
{
color: #734D1D;
}
.AnyTagClassName
{
color: #734D1D;
}
</style>
background-color css
<style>
a { background-color: #734D1D; }
a { background-color: rgb(115,77,29); }
div.DivClassName
{
background-color: #734D1D;
}
.BgClassName
{
background-color: #734D1D;
}
</style>
border-color css
<style>
span { border-color: #734D1D; }
span { border-color: rgb(115,77,29); }
td.TdClassName
{
border-color: #734D1D;
}
.TagClassName
{
border-color: #734D1D;
}
</style>