Shades of Old Copper #755033
Tints of Old Copper #755033
RGB
CMYK
RGB Variations
Color information
#755033 (or 0x755033) is known color: Old Copper. HEX triplet: 75, 50 and 33. RGB value is (117,80,51). Sum of RGB (Red+Green+Blue) = 117+80+51=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755033 is #8AAFCC. Grayscale: #575757. Windows color (decimal): -9088973 or 3362933. OLE color: 3362933.
HSL color Cylindrical-coordinate representation of color #755033: hue angle of 26.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755033 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 51 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.54 |
| HSL | 26.36º | 0.39% | 0.33% | - |
| HSV(B) | 26.36º | 0.56% | 0.46% | - |
| XYZ | 10.8 | 9.76 | 4.45 | - |
| YUV | 87.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 51 | 0 | 0.32 | 0.56 | 0.54 | 26.36 | 0.39 | 0.33 |
| Hex | 75 | 50 | 33 | 0 | 20 | 38 | 36 | 1A | 27 | 21 |
| Octal | 165 | 120 | 63 | 0 | 40 | 70 | 66 | 32 | 47 | 41 |
| Binary | 1110101 | 1010000 | 110011 | 0 | 100000 | 111000 | 110110 | 11010 | 100111 | 100001 |
Color Harmonies of #755033
Complementary color
Monochromatic Colors of #755033
Black with #755033
Text Example
Text Example
White with #755033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755033; }
p { color: rgb(117,80,51); }
H1.HeaderClassName
{
color: #755033;
}
.AnyTagClassName
{
color: #755033;
}
</style>
background-color css
<style>
a { background-color: #755033; }
a { background-color: rgb(117,80,51); }
div.DivClassName
{
background-color: #755033;
}
.BgClassName
{
background-color: #755033;
}
</style>
border-color css
<style>
span { border-color: #755033; }
span { border-color: rgb(117,80,51); }
td.TdClassName
{
border-color: #755033;
}
.TagClassName
{
border-color: #755033;
}
</style>