Shades of Antique Brass #734F23
Tints of Antique Brass #734F23
RGB
CMYK
RGB Variations
Color information
#734F23 (or 0x734F23) is known color: Antique Brass. HEX triplet: 73, 4F and 23. RGB value is (115,79,35). Sum of RGB (Red+Green+Blue) = 115+79+35=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #734F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F23 is #8CB0DC. Grayscale: #545454. Windows color (decimal): -9220317 or 2314099. OLE color: 2314099.
HSL color Cylindrical-coordinate representation of color #734F23: hue angle of 33º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #734F23 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 35 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.55 |
| HSL | 33º | 0.53% | 0.29% | - |
| HSV(B) | 33º | 0.7% | 0.45% | - |
| XYZ | 10.17 | 9.36 | 2.86 | - |
| YUV | 84.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 35 | 0 | 0.31 | 0.70 | 0.55 | 33 | 0.53 | 0.29 |
| Hex | 73 | 4F | 23 | 0 | 1F | 46 | 37 | 21 | 35 | 1D |
| Octal | 163 | 117 | 43 | 0 | 37 | 106 | 67 | 41 | 65 | 35 |
| Binary | 1110011 | 1001111 | 100011 | 0 | 11111 | 1000110 | 110111 | 100001 | 110101 | 11101 |
Color Harmonies of #734F23
Complementary color
Monochromatic Colors of #734F23
Black with #734F23
Text Example
Text Example
White with #734F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F23; }
p { color: rgb(115,79,35); }
H1.HeaderClassName
{
color: #734F23;
}
.AnyTagClassName
{
color: #734F23;
}
</style>
background-color css
<style>
a { background-color: #734F23; }
a { background-color: rgb(115,79,35); }
div.DivClassName
{
background-color: #734F23;
}
.BgClassName
{
background-color: #734F23;
}
</style>
border-color css
<style>
span { border-color: #734F23; }
span { border-color: rgb(115,79,35); }
td.TdClassName
{
border-color: #734F23;
}
.TagClassName
{
border-color: #734F23;
}
</style>