Shades of Copper Canyon #753C29
Tints of Copper Canyon #753C29
RGB
CMYK
RGB Variations
Color information
#753C29 (or 0x753C29) is known color: Copper Canyon. HEX triplet: 75, 3C and 29. RGB value is (117,60,41). Sum of RGB (Red+Green+Blue) = 117+60+41=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C29 is #8AC3D6. Grayscale: #4B4B4B. Windows color (decimal): -9094103 or 2702453. OLE color: 2702453.
HSL color Cylindrical-coordinate representation of color #753C29: hue angle of 15º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753C29 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 41 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.54 |
| HSL | 15º | 0.48% | 0.31% | - |
| HSV(B) | 15º | 0.65% | 0.46% | - |
| XYZ | 9.35 | 7.17 | 2.99 | - |
| YUV | 74.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 41 | 0 | 0.49 | 0.65 | 0.54 | 15 | 0.48 | 0.31 |
| Hex | 75 | 3C | 29 | 0 | 31 | 41 | 36 | F | 30 | 1F |
| Octal | 165 | 74 | 51 | 0 | 61 | 101 | 66 | 17 | 60 | 37 |
| Binary | 1110101 | 111100 | 101001 | 0 | 110001 | 1000001 | 110110 | 1111 | 110000 | 11111 |
Color Harmonies of #753C29
Complementary color
Monochromatic Colors of #753C29
Black with #753C29
Text Example
Text Example
White with #753C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C29; }
p { color: rgb(117,60,41); }
H1.HeaderClassName
{
color: #753C29;
}
.AnyTagClassName
{
color: #753C29;
}
</style>
background-color css
<style>
a { background-color: #753C29; }
a { background-color: rgb(117,60,41); }
div.DivClassName
{
background-color: #753C29;
}
.BgClassName
{
background-color: #753C29;
}
</style>
border-color css
<style>
span { border-color: #753C29; }
span { border-color: rgb(117,60,41); }
td.TdClassName
{
border-color: #753C29;
}
.TagClassName
{
border-color: #753C29;
}
</style>