Shades of Old Copper #75503B
Tints of Old Copper #75503B
RGB
CMYK
RGB Variations
Color information
#75503B (or 0x75503B) is known color: Old Copper. HEX triplet: 75, 50 and 3B. RGB value is (117,80,59). Sum of RGB (Red+Green+Blue) = 117+80+59=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75503B is #8AAFC4. Grayscale: #585858. Windows color (decimal): -9088965 or 3887221. OLE color: 3887221.
HSL color Cylindrical-coordinate representation of color #75503B: hue angle of 21.72º 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 #75503B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 59 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.54 |
| HSL | 21.72º | 0.33% | 0.35% | - |
| HSV(B) | 21.72º | 0.5% | 0.46% | - |
| XYZ | 10.99 | 9.83 | 5.46 | - |
| YUV | 88.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 59 | 0 | 0.32 | 0.50 | 0.54 | 21.72 | 0.33 | 0.35 |
| Hex | 75 | 50 | 3B | 0 | 20 | 32 | 36 | 16 | 21 | 23 |
| Octal | 165 | 120 | 73 | 0 | 40 | 62 | 66 | 26 | 41 | 43 |
| Binary | 1110101 | 1010000 | 111011 | 0 | 100000 | 110010 | 110110 | 10110 | 100001 | 100011 |
Color Harmonies of #75503B
Complementary color
Monochromatic Colors of #75503B
Black with #75503B
Text Example
Text Example
White with #75503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75503B; }
p { color: rgb(117,80,59); }
H1.HeaderClassName
{
color: #75503B;
}
.AnyTagClassName
{
color: #75503B;
}
</style>
background-color css
<style>
a { background-color: #75503B; }
a { background-color: rgb(117,80,59); }
div.DivClassName
{
background-color: #75503B;
}
.BgClassName
{
background-color: #75503B;
}
</style>
border-color css
<style>
span { border-color: #75503B; }
span { border-color: rgb(117,80,59); }
td.TdClassName
{
border-color: #75503B;
}
.TagClassName
{
border-color: #75503B;
}
</style>