Shades of Old Copper #754B39
Tints of Old Copper #754B39
RGB
CMYK
RGB Variations
Color information
#754B39 (or 0x754B39) is known color: Old Copper. HEX triplet: 75, 4B and 39. RGB value is (117,75,57). Sum of RGB (Red+Green+Blue) = 117+75+57=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B39 is #8AB4C6. Grayscale: #555555. Windows color (decimal): -9090247 or 3754869. OLE color: 3754869.
HSL color Cylindrical-coordinate representation of color #754B39: hue angle of 18º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754B39 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 57 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.54 |
| HSL | 18º | 0.34% | 0.34% | - |
| HSV(B) | 18º | 0.51% | 0.46% | - |
| XYZ | 10.59 | 9.11 | 5.07 | - |
| YUV | 85.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 57 | 0 | 0.36 | 0.51 | 0.54 | 18 | 0.34 | 0.34 |
| Hex | 75 | 4B | 39 | 0 | 24 | 33 | 36 | 12 | 22 | 22 |
| Octal | 165 | 113 | 71 | 0 | 44 | 63 | 66 | 22 | 42 | 42 |
| Binary | 1110101 | 1001011 | 111001 | 0 | 100100 | 110011 | 110110 | 10010 | 100010 | 100010 |
Color Harmonies of #754B39
Complementary color
Monochromatic Colors of #754B39
Black with #754B39
Text Example
Text Example
White with #754B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B39; }
p { color: rgb(117,75,57); }
H1.HeaderClassName
{
color: #754B39;
}
.AnyTagClassName
{
color: #754B39;
}
</style>
background-color css
<style>
a { background-color: #754B39; }
a { background-color: rgb(117,75,57); }
div.DivClassName
{
background-color: #754B39;
}
.BgClassName
{
background-color: #754B39;
}
</style>
border-color css
<style>
span { border-color: #754B39; }
span { border-color: rgb(117,75,57); }
td.TdClassName
{
border-color: #754B39;
}
.TagClassName
{
border-color: #754B39;
}
</style>