Shades of Copper Canyon #733C2A
Tints of Copper Canyon #733C2A
RGB
CMYK
RGB Variations
Color information
#733C2A (or 0x733C2A) is known color: Copper Canyon. HEX triplet: 73, 3C and 2A. RGB value is (115,60,42). Sum of RGB (Red+Green+Blue) = 115+60+42=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #733C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C2A is #8CC3D5. Grayscale: #4A4A4A. Windows color (decimal): -9225174 or 2767987. OLE color: 2767987.
HSL color Cylindrical-coordinate representation of color #733C2A: hue angle of 14.79º 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 #733C2A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 42 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.55 |
| HSL | 14.79º | 0.46% | 0.31% | - |
| HSV(B) | 14.79º | 0.63% | 0.45% | - |
| XYZ | 9.1 | 7.04 | 3.07 | - |
| YUV | 74.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 42 | 0 | 0.48 | 0.63 | 0.55 | 14.79 | 0.46 | 0.31 |
| Hex | 73 | 3C | 2A | 0 | 30 | 3F | 37 | F | 2E | 1F |
| Octal | 163 | 74 | 52 | 0 | 60 | 77 | 67 | 17 | 56 | 37 |
| Binary | 1110011 | 111100 | 101010 | 0 | 110000 | 111111 | 110111 | 1111 | 101110 | 11111 |
Color Harmonies of #733C2A
Complementary color
Monochromatic Colors of #733C2A
Black with #733C2A
Text Example
Text Example
White with #733C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C2A; }
p { color: rgb(115,60,42); }
H1.HeaderClassName
{
color: #733C2A;
}
.AnyTagClassName
{
color: #733C2A;
}
</style>
background-color css
<style>
a { background-color: #733C2A; }
a { background-color: rgb(115,60,42); }
div.DivClassName
{
background-color: #733C2A;
}
.BgClassName
{
background-color: #733C2A;
}
</style>
border-color css
<style>
span { border-color: #733C2A; }
span { border-color: rgb(115,60,42); }
td.TdClassName
{
border-color: #733C2A;
}
.TagClassName
{
border-color: #733C2A;
}
</style>