Shades of Old Copper #754D3C
Tints of Old Copper #754D3C
RGB
CMYK
RGB Variations
Color information
#754D3C (or 0x754D3C) is known color: Old Copper. HEX triplet: 75, 4D and 3C. RGB value is (117,77,60). Sum of RGB (Red+Green+Blue) = 117+77+60=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D3C is #8AB2C3. Grayscale: #575757. Windows color (decimal): -9089732 or 3951989. OLE color: 3951989.
HSL color Cylindrical-coordinate representation of color #754D3C: hue angle of 17.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754D3C is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 60 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.54 |
| HSL | 17.89º | 0.32% | 0.35% | - |
| HSV(B) | 17.89º | 0.49% | 0.46% | - |
| XYZ | 10.81 | 9.42 | 5.52 | - |
| YUV | 87.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 60 | 0 | 0.34 | 0.49 | 0.54 | 17.89 | 0.32 | 0.35 |
| Hex | 75 | 4D | 3C | 0 | 22 | 31 | 36 | 12 | 20 | 23 |
| Octal | 165 | 115 | 74 | 0 | 42 | 61 | 66 | 22 | 40 | 43 |
| Binary | 1110101 | 1001101 | 111100 | 0 | 100010 | 110001 | 110110 | 10010 | 100000 | 100011 |
Color Harmonies of #754D3C
Complementary color
Monochromatic Colors of #754D3C
Black with #754D3C
Text Example
Text Example
White with #754D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D3C; }
p { color: rgb(117,77,60); }
H1.HeaderClassName
{
color: #754D3C;
}
.AnyTagClassName
{
color: #754D3C;
}
</style>
background-color css
<style>
a { background-color: #754D3C; }
a { background-color: rgb(117,77,60); }
div.DivClassName
{
background-color: #754D3C;
}
.BgClassName
{
background-color: #754D3C;
}
</style>
border-color css
<style>
span { border-color: #754D3C; }
span { border-color: rgb(117,77,60); }
td.TdClassName
{
border-color: #754D3C;
}
.TagClassName
{
border-color: #754D3C;
}
</style>