Shades of Copper Canyon #753E2D
Tints of Copper Canyon #753E2D
RGB
CMYK
RGB Variations
Color information
#753E2D (or 0x753E2D) is known color: Copper Canyon. HEX triplet: 75, 3E and 2D. RGB value is (117,62,45). Sum of RGB (Red+Green+Blue) = 117+62+45=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E2D is #8AC1D2. Grayscale: #4C4C4C. Windows color (decimal): -9093587 or 2965109. OLE color: 2965109.
HSL color Cylindrical-coordinate representation of color #753E2D: hue angle of 14.17º degrees, saturation: 0.44, 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 #753E2D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 45 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.54 |
| HSL | 14.17º | 0.44% | 0.32% | - |
| HSV(B) | 14.17º | 0.62% | 0.46% | - |
| XYZ | 9.53 | 7.42 | 3.41 | - |
| YUV | 76.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 45 | 0 | 0.47 | 0.62 | 0.54 | 14.17 | 0.44 | 0.32 |
| Hex | 75 | 3E | 2D | 0 | 2F | 3E | 36 | E | 2C | 20 |
| Octal | 165 | 76 | 55 | 0 | 57 | 76 | 66 | 16 | 54 | 40 |
| Binary | 1110101 | 111110 | 101101 | 0 | 101111 | 111110 | 110110 | 1110 | 101100 | 100000 |
Color Harmonies of #753E2D
Complementary color
Monochromatic Colors of #753E2D
Black with #753E2D
Text Example
Text Example
White with #753E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E2D; }
p { color: rgb(117,62,45); }
H1.HeaderClassName
{
color: #753E2D;
}
.AnyTagClassName
{
color: #753E2D;
}
</style>
background-color css
<style>
a { background-color: #753E2D; }
a { background-color: rgb(117,62,45); }
div.DivClassName
{
background-color: #753E2D;
}
.BgClassName
{
background-color: #753E2D;
}
</style>
border-color css
<style>
span { border-color: #753E2D; }
span { border-color: rgb(117,62,45); }
td.TdClassName
{
border-color: #753E2D;
}
.TagClassName
{
border-color: #753E2D;
}
</style>