Shades of Copper Canyon #753F2F
Tints of Copper Canyon #753F2F
RGB
CMYK
RGB Variations
Color information
#753F2F (or 0x753F2F) is known color: Copper Canyon. HEX triplet: 75, 3F and 2F. RGB value is (117,63,47). Sum of RGB (Red+Green+Blue) = 117+63+47=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #753F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F2F is #8AC0D0. Grayscale: #4D4D4D. Windows color (decimal): -9093329 or 3096437. OLE color: 3096437.
HSL color Cylindrical-coordinate representation of color #753F2F: hue angle of 13.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753F2F is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 47 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.54 |
| HSL | 13.71º | 0.43% | 0.32% | - |
| HSV(B) | 13.71º | 0.6% | 0.46% | - |
| XYZ | 9.63 | 7.54 | 3.64 | - |
| YUV | 77.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 47 | 0 | 0.46 | 0.60 | 0.54 | 13.71 | 0.43 | 0.32 |
| Hex | 75 | 3F | 2F | 0 | 2E | 3C | 36 | E | 2B | 20 |
| Octal | 165 | 77 | 57 | 0 | 56 | 74 | 66 | 16 | 53 | 40 |
| Binary | 1110101 | 111111 | 101111 | 0 | 101110 | 111100 | 110110 | 1110 | 101011 | 100000 |
Color Harmonies of #753F2F
Complementary color
Monochromatic Colors of #753F2F
Black with #753F2F
Text Example
Text Example
White with #753F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F2F; }
p { color: rgb(117,63,47); }
H1.HeaderClassName
{
color: #753F2F;
}
.AnyTagClassName
{
color: #753F2F;
}
</style>
background-color css
<style>
a { background-color: #753F2F; }
a { background-color: rgb(117,63,47); }
div.DivClassName
{
background-color: #753F2F;
}
.BgClassName
{
background-color: #753F2F;
}
</style>
border-color css
<style>
span { border-color: #753F2F; }
span { border-color: rgb(117,63,47); }
td.TdClassName
{
border-color: #753F2F;
}
.TagClassName
{
border-color: #753F2F;
}
</style>