Shades of Copper Canyon #753E2C
Tints of Copper Canyon #753E2C
RGB
CMYK
RGB Variations
Color information
#753E2C (or 0x753E2C) is known color: Copper Canyon. HEX triplet: 75, 3E and 2C. RGB value is (117,62,44). Sum of RGB (Red+Green+Blue) = 117+62+44=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E2C is #8AC1D3. Grayscale: #4C4C4C. Windows color (decimal): -9093588 or 2899573. OLE color: 2899573.
HSL color Cylindrical-coordinate representation of color #753E2C: hue angle of 14.79º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753E2C is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 44 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.54 |
| HSL | 14.79º | 0.45% | 0.32% | - |
| HSV(B) | 14.79º | 0.62% | 0.46% | - |
| XYZ | 9.51 | 7.41 | 3.31 | - |
| YUV | 76.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 44 | 0 | 0.47 | 0.62 | 0.54 | 14.79 | 0.45 | 0.32 |
| Hex | 75 | 3E | 2C | 0 | 2F | 3E | 36 | F | 2D | 20 |
| Octal | 165 | 76 | 54 | 0 | 57 | 76 | 66 | 17 | 55 | 40 |
| Binary | 1110101 | 111110 | 101100 | 0 | 101111 | 111110 | 110110 | 1111 | 101101 | 100000 |
Color Harmonies of #753E2C
Complementary color
Monochromatic Colors of #753E2C
Black with #753E2C
Text Example
Text Example
White with #753E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E2C; }
p { color: rgb(117,62,44); }
H1.HeaderClassName
{
color: #753E2C;
}
.AnyTagClassName
{
color: #753E2C;
}
</style>
background-color css
<style>
a { background-color: #753E2C; }
a { background-color: rgb(117,62,44); }
div.DivClassName
{
background-color: #753E2C;
}
.BgClassName
{
background-color: #753E2C;
}
</style>
border-color css
<style>
span { border-color: #753E2C; }
span { border-color: rgb(117,62,44); }
td.TdClassName
{
border-color: #753E2C;
}
.TagClassName
{
border-color: #753E2C;
}
</style>