Shades of Copper Canyon #753D29
Tints of Copper Canyon #753D29
RGB
CMYK
RGB Variations
Color information
#753D29 (or 0x753D29) is known color: Copper Canyon. HEX triplet: 75, 3D and 29. RGB value is (117,61,41). Sum of RGB (Red+Green+Blue) = 117+61+41=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D29 is #8AC2D6. Grayscale: #4B4B4B. Windows color (decimal): -9093847 or 2702709. OLE color: 2702709.
HSL color Cylindrical-coordinate representation of color #753D29: hue angle of 15.79º 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 #753D29 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 41 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.54 |
| HSL | 15.79º | 0.48% | 0.31% | - |
| HSV(B) | 15.79º | 0.65% | 0.46% | - |
| XYZ | 9.41 | 7.28 | 3.01 | - |
| YUV | 75.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 41 | 0 | 0.48 | 0.65 | 0.54 | 15.79 | 0.48 | 0.31 |
| Hex | 75 | 3D | 29 | 0 | 30 | 41 | 36 | 10 | 30 | 1F |
| Octal | 165 | 75 | 51 | 0 | 60 | 101 | 66 | 20 | 60 | 37 |
| Binary | 1110101 | 111101 | 101001 | 0 | 110000 | 1000001 | 110110 | 10000 | 110000 | 11111 |
Color Harmonies of #753D29
Complementary color
Monochromatic Colors of #753D29
Black with #753D29
Text Example
Text Example
White with #753D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D29; }
p { color: rgb(117,61,41); }
H1.HeaderClassName
{
color: #753D29;
}
.AnyTagClassName
{
color: #753D29;
}
</style>
background-color css
<style>
a { background-color: #753D29; }
a { background-color: rgb(117,61,41); }
div.DivClassName
{
background-color: #753D29;
}
.BgClassName
{
background-color: #753D29;
}
</style>
border-color css
<style>
span { border-color: #753D29; }
span { border-color: rgb(117,61,41); }
td.TdClassName
{
border-color: #753D29;
}
.TagClassName
{
border-color: #753D29;
}
</style>