Shades of Old Copper #755234
Tints of Old Copper #755234
RGB
CMYK
RGB Variations
Color information
#755234 (or 0x755234) is known color: Old Copper. HEX triplet: 75, 52 and 34. RGB value is (117,82,52). Sum of RGB (Red+Green+Blue) = 117+82+52=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #755234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755234 is #8AADCB. Grayscale: #595959. Windows color (decimal): -9088460 or 3428981. OLE color: 3428981.
HSL color Cylindrical-coordinate representation of color #755234: hue angle of 27.69º degrees, saturation: 0.38, 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 #755234 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 52 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.54 |
| HSL | 27.69º | 0.38% | 0.33% | - |
| HSV(B) | 27.69º | 0.56% | 0.46% | - |
| XYZ | 10.97 | 10.06 | 4.61 | - |
| YUV | 89.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 52 | 0 | 0.30 | 0.56 | 0.54 | 27.69 | 0.38 | 0.33 |
| Hex | 75 | 52 | 34 | 0 | 1E | 38 | 36 | 1C | 26 | 21 |
| Octal | 165 | 122 | 64 | 0 | 36 | 70 | 66 | 34 | 46 | 41 |
| Binary | 1110101 | 1010010 | 110100 | 0 | 11110 | 111000 | 110110 | 11100 | 100110 | 100001 |
Color Harmonies of #755234
Complementary color
Monochromatic Colors of #755234
Black with #755234
Text Example
Text Example
White with #755234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755234; }
p { color: rgb(117,82,52); }
H1.HeaderClassName
{
color: #755234;
}
.AnyTagClassName
{
color: #755234;
}
</style>
background-color css
<style>
a { background-color: #755234; }
a { background-color: rgb(117,82,52); }
div.DivClassName
{
background-color: #755234;
}
.BgClassName
{
background-color: #755234;
}
</style>
border-color css
<style>
span { border-color: #755234; }
span { border-color: rgb(117,82,52); }
td.TdClassName
{
border-color: #755234;
}
.TagClassName
{
border-color: #755234;
}
</style>