Shades of Antique Brass #754B1F
Tints of Antique Brass #754B1F
RGB
CMYK
RGB Variations
Color information
#754B1F (or 0x754B1F) is known color: Antique Brass. HEX triplet: 75, 4B and 1F. RGB value is (117,75,31). Sum of RGB (Red+Green+Blue) = 117+75+31=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #754B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B1F is #8AB4E0. Grayscale: #525252. Windows color (decimal): -9090273 or 2050933. OLE color: 2050933.
HSL color Cylindrical-coordinate representation of color #754B1F: hue angle of 30.7º degrees, saturation: 0.58, 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 #754B1F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 31 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.54 |
| HSL | 30.7º | 0.58% | 0.29% | - |
| HSV(B) | 30.7º | 0.74% | 0.46% | - |
| XYZ | 10.1 | 8.91 | 2.48 | - |
| YUV | 82.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 31 | 0 | 0.36 | 0.74 | 0.54 | 30.7 | 0.58 | 0.29 |
| Hex | 75 | 4B | 1F | 0 | 24 | 4A | 36 | 1F | 3A | 1D |
| Octal | 165 | 113 | 37 | 0 | 44 | 112 | 66 | 37 | 72 | 35 |
| Binary | 1110101 | 1001011 | 11111 | 0 | 100100 | 1001010 | 110110 | 11111 | 111010 | 11101 |
Color Harmonies of #754B1F
Complementary color
Monochromatic Colors of #754B1F
Black with #754B1F
Text Example
Text Example
White with #754B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B1F; }
p { color: rgb(117,75,31); }
H1.HeaderClassName
{
color: #754B1F;
}
.AnyTagClassName
{
color: #754B1F;
}
</style>
background-color css
<style>
a { background-color: #754B1F; }
a { background-color: rgb(117,75,31); }
div.DivClassName
{
background-color: #754B1F;
}
.BgClassName
{
background-color: #754B1F;
}
</style>
border-color css
<style>
span { border-color: #754B1F; }
span { border-color: rgb(117,75,31); }
td.TdClassName
{
border-color: #754B1F;
}
.TagClassName
{
border-color: #754B1F;
}
</style>