Shades of Antique Brass #754E23
Tints of Antique Brass #754E23
RGB
CMYK
RGB Variations
Color information
#754E23 (or 0x754E23) is known color: Antique Brass. HEX triplet: 75, 4E and 23. RGB value is (117,78,35). Sum of RGB (Red+Green+Blue) = 117+78+35=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E23 is #8AB1DC. Grayscale: #545454. Windows color (decimal): -9089501 or 2313845. OLE color: 2313845.
HSL color Cylindrical-coordinate representation of color #754E23: hue angle of 31.46º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754E23 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 35 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.54 |
| HSL | 31.46º | 0.54% | 0.3% | - |
| HSV(B) | 31.46º | 0.7% | 0.46% | - |
| XYZ | 10.36 | 9.35 | 2.85 | - |
| YUV | 84.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 35 | 0 | 0.33 | 0.70 | 0.54 | 31.46 | 0.54 | 0.3 |
| Hex | 75 | 4E | 23 | 0 | 21 | 46 | 36 | 1F | 36 | 1E |
| Octal | 165 | 116 | 43 | 0 | 41 | 106 | 66 | 37 | 66 | 36 |
| Binary | 1110101 | 1001110 | 100011 | 0 | 100001 | 1000110 | 110110 | 11111 | 110110 | 11110 |
Color Harmonies of #754E23
Complementary color
Monochromatic Colors of #754E23
Black with #754E23
Text Example
Text Example
White with #754E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E23; }
p { color: rgb(117,78,35); }
H1.HeaderClassName
{
color: #754E23;
}
.AnyTagClassName
{
color: #754E23;
}
</style>
background-color css
<style>
a { background-color: #754E23; }
a { background-color: rgb(117,78,35); }
div.DivClassName
{
background-color: #754E23;
}
.BgClassName
{
background-color: #754E23;
}
</style>
border-color css
<style>
span { border-color: #754E23; }
span { border-color: rgb(117,78,35); }
td.TdClassName
{
border-color: #754E23;
}
.TagClassName
{
border-color: #754E23;
}
</style>