Shades of Copper Canyon #753F2B
Tints of Copper Canyon #753F2B
RGB
CMYK
RGB Variations
Color information
#753F2B (or 0x753F2B) is known color: Copper Canyon. HEX triplet: 75, 3F and 2B. RGB value is (117,63,43). Sum of RGB (Red+Green+Blue) = 117+63+43=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F2B is #8AC0D4. Grayscale: #4D4D4D. Windows color (decimal): -9093333 or 2834293. OLE color: 2834293.
HSL color Cylindrical-coordinate representation of color #753F2B: hue angle of 16.22º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753F2B is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 43 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.54 |
| HSL | 16.22º | 0.46% | 0.31% | - |
| HSV(B) | 16.22º | 0.63% | 0.46% | - |
| XYZ | 9.55 | 7.51 | 3.23 | - |
| YUV | 76.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 43 | 0 | 0.46 | 0.63 | 0.54 | 16.22 | 0.46 | 0.31 |
| Hex | 75 | 3F | 2B | 0 | 2E | 3F | 36 | 10 | 2E | 1F |
| Octal | 165 | 77 | 53 | 0 | 56 | 77 | 66 | 20 | 56 | 37 |
| Binary | 1110101 | 111111 | 101011 | 0 | 101110 | 111111 | 110110 | 10000 | 101110 | 11111 |
Color Harmonies of #753F2B
Complementary color
Monochromatic Colors of #753F2B
Black with #753F2B
Text Example
Text Example
White with #753F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F2B; }
p { color: rgb(117,63,43); }
H1.HeaderClassName
{
color: #753F2B;
}
.AnyTagClassName
{
color: #753F2B;
}
</style>
background-color css
<style>
a { background-color: #753F2B; }
a { background-color: rgb(117,63,43); }
div.DivClassName
{
background-color: #753F2B;
}
.BgClassName
{
background-color: #753F2B;
}
</style>
border-color css
<style>
span { border-color: #753F2B; }
span { border-color: rgb(117,63,43); }
td.TdClassName
{
border-color: #753F2B;
}
.TagClassName
{
border-color: #753F2B;
}
</style>