Shades of Old Copper #754C36
Tints of Old Copper #754C36
RGB
CMYK
RGB Variations
Color information
#754C36 (or 0x754C36) is known color: Old Copper. HEX triplet: 75, 4C and 36. RGB value is (117,76,54). Sum of RGB (Red+Green+Blue) = 117+76+54=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #754C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C36 is #8AB3C9. Grayscale: #555555. Windows color (decimal): -9089994 or 3558517. OLE color: 3558517.
HSL color Cylindrical-coordinate representation of color #754C36: hue angle of 20.95º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754C36 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 54 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.54 |
| HSL | 20.95º | 0.37% | 0.34% | - |
| HSV(B) | 20.95º | 0.54% | 0.46% | - |
| XYZ | 10.59 | 9.22 | 4.71 | - |
| YUV | 85.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 54 | 0 | 0.35 | 0.54 | 0.54 | 20.95 | 0.37 | 0.34 |
| Hex | 75 | 4C | 36 | 0 | 23 | 36 | 36 | 15 | 25 | 22 |
| Octal | 165 | 114 | 66 | 0 | 43 | 66 | 66 | 25 | 45 | 42 |
| Binary | 1110101 | 1001100 | 110110 | 0 | 100011 | 110110 | 110110 | 10101 | 100101 | 100010 |
Color Harmonies of #754C36
Complementary color
Monochromatic Colors of #754C36
Black with #754C36
Text Example
Text Example
White with #754C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C36; }
p { color: rgb(117,76,54); }
H1.HeaderClassName
{
color: #754C36;
}
.AnyTagClassName
{
color: #754C36;
}
</style>
background-color css
<style>
a { background-color: #754C36; }
a { background-color: rgb(117,76,54); }
div.DivClassName
{
background-color: #754C36;
}
.BgClassName
{
background-color: #754C36;
}
</style>
border-color css
<style>
span { border-color: #754C36; }
span { border-color: rgb(117,76,54); }
td.TdClassName
{
border-color: #754C36;
}
.TagClassName
{
border-color: #754C36;
}
</style>