Shades of Antique Brass #754B1C
Tints of Antique Brass #754B1C
RGB
CMYK
RGB Variations
Color information
#754B1C (or 0x754B1C) is known color: Antique Brass. HEX triplet: 75, 4B and 1C. RGB value is (117,75,28). Sum of RGB (Red+Green+Blue) = 117+75+28=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #754B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B1C is #8AB4E3. Grayscale: #525252. Windows color (decimal): -9090276 or 1854325. OLE color: 1854325.
HSL color Cylindrical-coordinate representation of color #754B1C: hue angle of 31.69º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #754B1C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 28 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.54 |
| HSL | 31.69º | 0.61% | 0.28% | - |
| HSV(B) | 31.69º | 0.76% | 0.46% | - |
| XYZ | 10.06 | 8.9 | 2.29 | - |
| YUV | 82.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 28 | 0 | 0.36 | 0.76 | 0.54 | 31.69 | 0.61 | 0.28 |
| Hex | 75 | 4B | 1C | 0 | 24 | 4C | 36 | 20 | 3D | 1C |
| Octal | 165 | 113 | 34 | 0 | 44 | 114 | 66 | 40 | 75 | 34 |
| Binary | 1110101 | 1001011 | 11100 | 0 | 100100 | 1001100 | 110110 | 100000 | 111101 | 11100 |
Color Harmonies of #754B1C
Complementary color
Monochromatic Colors of #754B1C
Black with #754B1C
Text Example
Text Example
White with #754B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B1C; }
p { color: rgb(117,75,28); }
H1.HeaderClassName
{
color: #754B1C;
}
.AnyTagClassName
{
color: #754B1C;
}
</style>
background-color css
<style>
a { background-color: #754B1C; }
a { background-color: rgb(117,75,28); }
div.DivClassName
{
background-color: #754B1C;
}
.BgClassName
{
background-color: #754B1C;
}
</style>
border-color css
<style>
span { border-color: #754B1C; }
span { border-color: rgb(117,75,28); }
td.TdClassName
{
border-color: #754B1C;
}
.TagClassName
{
border-color: #754B1C;
}
</style>