Shades of Antique Brass #754B1E
Tints of Antique Brass #754B1E
RGB
CMYK
RGB Variations
Color information
#754B1E (or 0x754B1E) is known color: Antique Brass. HEX triplet: 75, 4B and 1E. RGB value is (117,75,30). Sum of RGB (Red+Green+Blue) = 117+75+30=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #754B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B1E is #8AB4E1. Grayscale: #525252. Windows color (decimal): -9090274 or 1985397. OLE color: 1985397.
HSL color Cylindrical-coordinate representation of color #754B1E: hue angle of 31.03º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #754B1E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 30 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.54 |
| HSL | 31.03º | 0.59% | 0.29% | - |
| HSV(B) | 31.03º | 0.74% | 0.46% | - |
| XYZ | 10.09 | 8.91 | 2.42 | - |
| YUV | 82.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 30 | 0 | 0.36 | 0.74 | 0.54 | 31.03 | 0.59 | 0.29 |
| Hex | 75 | 4B | 1E | 0 | 24 | 4A | 36 | 1F | 3B | 1D |
| Octal | 165 | 113 | 36 | 0 | 44 | 112 | 66 | 37 | 73 | 35 |
| Binary | 1110101 | 1001011 | 11110 | 0 | 100100 | 1001010 | 110110 | 11111 | 111011 | 11101 |
Color Harmonies of #754B1E
Complementary color
Monochromatic Colors of #754B1E
Black with #754B1E
Text Example
Text Example
White with #754B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B1E; }
p { color: rgb(117,75,30); }
H1.HeaderClassName
{
color: #754B1E;
}
.AnyTagClassName
{
color: #754B1E;
}
</style>
background-color css
<style>
a { background-color: #754B1E; }
a { background-color: rgb(117,75,30); }
div.DivClassName
{
background-color: #754B1E;
}
.BgClassName
{
background-color: #754B1E;
}
</style>
border-color css
<style>
span { border-color: #754B1E; }
span { border-color: rgb(117,75,30); }
td.TdClassName
{
border-color: #754B1E;
}
.TagClassName
{
border-color: #754B1E;
}
</style>