Shades of Copper Canyon #753E2B
Tints of Copper Canyon #753E2B
RGB
CMYK
RGB Variations
Color information
#753E2B (or 0x753E2B) is known color: Copper Canyon. HEX triplet: 75, 3E and 2B. RGB value is (117,62,43). Sum of RGB (Red+Green+Blue) = 117+62+43=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E2B is #8AC1D4. Grayscale: #4C4C4C. Windows color (decimal): -9093589 or 2834037. OLE color: 2834037.
HSL color Cylindrical-coordinate representation of color #753E2B: hue angle of 15.41º 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 #753E2B is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 43 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.54 |
| HSL | 15.41º | 0.46% | 0.31% | - |
| HSV(B) | 15.41º | 0.63% | 0.46% | - |
| XYZ | 9.49 | 7.4 | 3.21 | - |
| YUV | 76.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 43 | 0 | 0.47 | 0.63 | 0.54 | 15.41 | 0.46 | 0.31 |
| Hex | 75 | 3E | 2B | 0 | 2F | 3F | 36 | F | 2E | 1F |
| Octal | 165 | 76 | 53 | 0 | 57 | 77 | 66 | 17 | 56 | 37 |
| Binary | 1110101 | 111110 | 101011 | 0 | 101111 | 111111 | 110110 | 1111 | 101110 | 11111 |
Color Harmonies of #753E2B
Complementary color
Monochromatic Colors of #753E2B
Black with #753E2B
Text Example
Text Example
White with #753E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E2B; }
p { color: rgb(117,62,43); }
H1.HeaderClassName
{
color: #753E2B;
}
.AnyTagClassName
{
color: #753E2B;
}
</style>
background-color css
<style>
a { background-color: #753E2B; }
a { background-color: rgb(117,62,43); }
div.DivClassName
{
background-color: #753E2B;
}
.BgClassName
{
background-color: #753E2B;
}
</style>
border-color css
<style>
span { border-color: #753E2B; }
span { border-color: rgb(117,62,43); }
td.TdClassName
{
border-color: #753E2B;
}
.TagClassName
{
border-color: #753E2B;
}
</style>