Shades of Antique Brass #754D22
Tints of Antique Brass #754D22
RGB
CMYK
RGB Variations
Color information
#754D22 (or 0x754D22) is known color: Antique Brass. HEX triplet: 75, 4D and 22. RGB value is (117,77,34). Sum of RGB (Red+Green+Blue) = 117+77+34=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #754D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D22 is #8AB2DD. Grayscale: #545454. Windows color (decimal): -9089758 or 2248053. OLE color: 2248053.
HSL color Cylindrical-coordinate representation of color #754D22: hue angle of 31.08º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #754D22 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 34 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.54 |
| HSL | 31.08º | 0.55% | 0.3% | - |
| HSV(B) | 31.08º | 0.71% | 0.46% | - |
| XYZ | 10.28 | 9.21 | 2.75 | - |
| YUV | 84.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 34 | 0 | 0.34 | 0.71 | 0.54 | 31.08 | 0.55 | 0.3 |
| Hex | 75 | 4D | 22 | 0 | 22 | 47 | 36 | 1F | 37 | 1E |
| Octal | 165 | 115 | 42 | 0 | 42 | 107 | 66 | 37 | 67 | 36 |
| Binary | 1110101 | 1001101 | 100010 | 0 | 100010 | 1000111 | 110110 | 11111 | 110111 | 11110 |
Color Harmonies of #754D22
Complementary color
Monochromatic Colors of #754D22
Black with #754D22
Text Example
Text Example
White with #754D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D22; }
p { color: rgb(117,77,34); }
H1.HeaderClassName
{
color: #754D22;
}
.AnyTagClassName
{
color: #754D22;
}
</style>
background-color css
<style>
a { background-color: #754D22; }
a { background-color: rgb(117,77,34); }
div.DivClassName
{
background-color: #754D22;
}
.BgClassName
{
background-color: #754D22;
}
</style>
border-color css
<style>
span { border-color: #754D22; }
span { border-color: rgb(117,77,34); }
td.TdClassName
{
border-color: #754D22;
}
.TagClassName
{
border-color: #754D22;
}
</style>