Shades of Old Copper #755541
Tints of Old Copper #755541
RGB
CMYK
RGB Variations
Color information
#755541 (or 0x755541) is known color: Old Copper. HEX triplet: 75, 55 and 41. RGB value is (117,85,65). Sum of RGB (Red+Green+Blue) = 117+85+65=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755541 is #8AAABE. Grayscale: #5C5C5C. Windows color (decimal): -9087679 or 4281717. OLE color: 4281717.
HSL color Cylindrical-coordinate representation of color #755541: hue angle of 23.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755541 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 65 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.54 |
| HSL | 23.08º | 0.29% | 0.36% | - |
| HSV(B) | 23.08º | 0.44% | 0.46% | - |
| XYZ | 11.54 | 10.66 | 6.45 | - |
| YUV | 92.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 65 | 0 | 0.27 | 0.44 | 0.54 | 23.08 | 0.29 | 0.36 |
| Hex | 75 | 55 | 41 | 0 | 1B | 2C | 36 | 17 | 1D | 24 |
| Octal | 165 | 125 | 101 | 0 | 33 | 54 | 66 | 27 | 35 | 44 |
| Binary | 1110101 | 1010101 | 1000001 | 0 | 11011 | 101100 | 110110 | 10111 | 11101 | 100100 |
Color Harmonies of #755541
Complementary color
Monochromatic Colors of #755541
Black with #755541
Text Example
Text Example
White with #755541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755541; }
p { color: rgb(117,85,65); }
H1.HeaderClassName
{
color: #755541;
}
.AnyTagClassName
{
color: #755541;
}
</style>
background-color css
<style>
a { background-color: #755541; }
a { background-color: rgb(117,85,65); }
div.DivClassName
{
background-color: #755541;
}
.BgClassName
{
background-color: #755541;
}
</style>
border-color css
<style>
span { border-color: #755541; }
span { border-color: rgb(117,85,65); }
td.TdClassName
{
border-color: #755541;
}
.TagClassName
{
border-color: #755541;
}
</style>