Shades of Copper Canyon #753F26
Tints of Copper Canyon #753F26
RGB
CMYK
RGB Variations
Color information
#753F26 (or 0x753F26) is known color: Copper Canyon. HEX triplet: 75, 3F and 26. RGB value is (117,63,38). Sum of RGB (Red+Green+Blue) = 117+63+38=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F26 is #8AC0D9. Grayscale: #4C4C4C. Windows color (decimal): -9093338 or 2506613. OLE color: 2506613.
HSL color Cylindrical-coordinate representation of color #753F26: hue angle of 18.99º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753F26 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 38 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.54 |
| HSL | 18.99º | 0.51% | 0.3% | - |
| HSV(B) | 18.99º | 0.68% | 0.46% | - |
| XYZ | 9.46 | 7.48 | 2.78 | - |
| YUV | 76.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 38 | 0 | 0.46 | 0.68 | 0.54 | 18.99 | 0.51 | 0.3 |
| Hex | 75 | 3F | 26 | 0 | 2E | 44 | 36 | 13 | 33 | 1E |
| Octal | 165 | 77 | 46 | 0 | 56 | 104 | 66 | 23 | 63 | 36 |
| Binary | 1110101 | 111111 | 100110 | 0 | 101110 | 1000100 | 110110 | 10011 | 110011 | 11110 |
Color Harmonies of #753F26
Complementary color
Monochromatic Colors of #753F26
Black with #753F26
Text Example
Text Example
White with #753F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F26; }
p { color: rgb(117,63,38); }
H1.HeaderClassName
{
color: #753F26;
}
.AnyTagClassName
{
color: #753F26;
}
</style>
background-color css
<style>
a { background-color: #753F26; }
a { background-color: rgb(117,63,38); }
div.DivClassName
{
background-color: #753F26;
}
.BgClassName
{
background-color: #753F26;
}
</style>
border-color css
<style>
span { border-color: #753F26; }
span { border-color: rgb(117,63,38); }
td.TdClassName
{
border-color: #753F26;
}
.TagClassName
{
border-color: #753F26;
}
</style>