Shades of Old Copper #754C38
Tints of Old Copper #754C38
RGB
CMYK
RGB Variations
Color information
#754C38 (or 0x754C38) is known color: Old Copper. HEX triplet: 75, 4C and 38. RGB value is (117,76,56). Sum of RGB (Red+Green+Blue) = 117+76+56=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C38 is #8AB3C7. Grayscale: #565656. Windows color (decimal): -9089992 or 3689589. OLE color: 3689589.
HSL color Cylindrical-coordinate representation of color #754C38: hue angle of 19.67º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754C38 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 56 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.54 |
| HSL | 19.67º | 0.35% | 0.34% | - |
| HSV(B) | 19.67º | 0.52% | 0.46% | - |
| XYZ | 10.63 | 9.24 | 4.96 | - |
| YUV | 85.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 56 | 0 | 0.35 | 0.52 | 0.54 | 19.67 | 0.35 | 0.34 |
| Hex | 75 | 4C | 38 | 0 | 23 | 34 | 36 | 14 | 23 | 22 |
| Octal | 165 | 114 | 70 | 0 | 43 | 64 | 66 | 24 | 43 | 42 |
| Binary | 1110101 | 1001100 | 111000 | 0 | 100011 | 110100 | 110110 | 10100 | 100011 | 100010 |
Color Harmonies of #754C38
Complementary color
Monochromatic Colors of #754C38
Black with #754C38
Text Example
Text Example
White with #754C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C38; }
p { color: rgb(117,76,56); }
H1.HeaderClassName
{
color: #754C38;
}
.AnyTagClassName
{
color: #754C38;
}
</style>
background-color css
<style>
a { background-color: #754C38; }
a { background-color: rgb(117,76,56); }
div.DivClassName
{
background-color: #754C38;
}
.BgClassName
{
background-color: #754C38;
}
</style>
border-color css
<style>
span { border-color: #754C38; }
span { border-color: rgb(117,76,56); }
td.TdClassName
{
border-color: #754C38;
}
.TagClassName
{
border-color: #754C38;
}
</style>