Shades of Old Copper #754D3B
Tints of Old Copper #754D3B
RGB
CMYK
RGB Variations
Color information
#754D3B (or 0x754D3B) is known color: Old Copper. HEX triplet: 75, 4D and 3B. RGB value is (117,77,59). Sum of RGB (Red+Green+Blue) = 117+77+59=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D3B is #8AB2C4. Grayscale: #575757. Windows color (decimal): -9089733 or 3886453. OLE color: 3886453.
HSL color Cylindrical-coordinate representation of color #754D3B: hue angle of 18.62º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754D3B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 59 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.54 |
| HSL | 18.62º | 0.33% | 0.35% | - |
| HSV(B) | 18.62º | 0.5% | 0.46% | - |
| XYZ | 10.78 | 9.41 | 5.38 | - |
| YUV | 86.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 59 | 0 | 0.34 | 0.50 | 0.54 | 18.62 | 0.33 | 0.35 |
| Hex | 75 | 4D | 3B | 0 | 22 | 32 | 36 | 13 | 21 | 23 |
| Octal | 165 | 115 | 73 | 0 | 42 | 62 | 66 | 23 | 41 | 43 |
| Binary | 1110101 | 1001101 | 111011 | 0 | 100010 | 110010 | 110110 | 10011 | 100001 | 100011 |
Color Harmonies of #754D3B
Complementary color
Monochromatic Colors of #754D3B
Black with #754D3B
Text Example
Text Example
White with #754D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D3B; }
p { color: rgb(117,77,59); }
H1.HeaderClassName
{
color: #754D3B;
}
.AnyTagClassName
{
color: #754D3B;
}
</style>
background-color css
<style>
a { background-color: #754D3B; }
a { background-color: rgb(117,77,59); }
div.DivClassName
{
background-color: #754D3B;
}
.BgClassName
{
background-color: #754D3B;
}
</style>
border-color css
<style>
span { border-color: #754D3B; }
span { border-color: rgb(117,77,59); }
td.TdClassName
{
border-color: #754D3B;
}
.TagClassName
{
border-color: #754D3B;
}
</style>