Shades of Old Copper #754F37
Tints of Old Copper #754F37
RGB
CMYK
RGB Variations
Color information
#754F37 (or 0x754F37) is known color: Old Copper. HEX triplet: 75, 4F and 37. RGB value is (117,79,55). Sum of RGB (Red+Green+Blue) = 117+79+55=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F37 is #8AB0C8. Grayscale: #575757. Windows color (decimal): -9089225 or 3624821. OLE color: 3624821.
HSL color Cylindrical-coordinate representation of color #754F37: hue angle of 23.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754F37 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 55 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.54 |
| HSL | 23.23º | 0.36% | 0.34% | - |
| HSV(B) | 23.23º | 0.53% | 0.46% | - |
| XYZ | 10.82 | 9.65 | 4.91 | - |
| YUV | 87.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 55 | 0 | 0.32 | 0.53 | 0.54 | 23.23 | 0.36 | 0.34 |
| Hex | 75 | 4F | 37 | 0 | 20 | 35 | 36 | 17 | 24 | 22 |
| Octal | 165 | 117 | 67 | 0 | 40 | 65 | 66 | 27 | 44 | 42 |
| Binary | 1110101 | 1001111 | 110111 | 0 | 100000 | 110101 | 110110 | 10111 | 100100 | 100010 |
Color Harmonies of #754F37
Complementary color
Monochromatic Colors of #754F37
Black with #754F37
Text Example
Text Example
White with #754F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F37; }
p { color: rgb(117,79,55); }
H1.HeaderClassName
{
color: #754F37;
}
.AnyTagClassName
{
color: #754F37;
}
</style>
background-color css
<style>
a { background-color: #754F37; }
a { background-color: rgb(117,79,55); }
div.DivClassName
{
background-color: #754F37;
}
.BgClassName
{
background-color: #754F37;
}
</style>
border-color css
<style>
span { border-color: #754F37; }
span { border-color: rgb(117,79,55); }
td.TdClassName
{
border-color: #754F37;
}
.TagClassName
{
border-color: #754F37;
}
</style>