Shades of Copper Canyon #733C2B
Tints of Copper Canyon #733C2B
RGB
CMYK
RGB Variations
Color information
#733C2B (or 0x733C2B) is known color: Copper Canyon. HEX triplet: 73, 3C and 2B. RGB value is (115,60,43). Sum of RGB (Red+Green+Blue) = 115+60+43=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C2B is #8CC3D4. Grayscale: #4A4A4A. Windows color (decimal): -9225173 or 2833523. OLE color: 2833523.
HSL color Cylindrical-coordinate representation of color #733C2B: hue angle of 14.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #733C2B is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 43 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.55 |
| HSL | 14.17º | 0.46% | 0.31% | - |
| HSV(B) | 14.17º | 0.63% | 0.45% | - |
| XYZ | 9.12 | 7.05 | 3.17 | - |
| YUV | 74.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 43 | 0 | 0.48 | 0.63 | 0.55 | 14.17 | 0.46 | 0.31 |
| Hex | 73 | 3C | 2B | 0 | 30 | 3F | 37 | E | 2E | 1F |
| Octal | 163 | 74 | 53 | 0 | 60 | 77 | 67 | 16 | 56 | 37 |
| Binary | 1110011 | 111100 | 101011 | 0 | 110000 | 111111 | 110111 | 1110 | 101110 | 11111 |
Color Harmonies of #733C2B
Complementary color
Monochromatic Colors of #733C2B
Black with #733C2B
Text Example
Text Example
White with #733C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C2B; }
p { color: rgb(115,60,43); }
H1.HeaderClassName
{
color: #733C2B;
}
.AnyTagClassName
{
color: #733C2B;
}
</style>
background-color css
<style>
a { background-color: #733C2B; }
a { background-color: rgb(115,60,43); }
div.DivClassName
{
background-color: #733C2B;
}
.BgClassName
{
background-color: #733C2B;
}
</style>
border-color css
<style>
span { border-color: #733C2B; }
span { border-color: rgb(115,60,43); }
td.TdClassName
{
border-color: #733C2B;
}
.TagClassName
{
border-color: #733C2B;
}
</style>