Shades of Copper Canyon #733F2F
Tints of Copper Canyon #733F2F
RGB
CMYK
RGB Variations
Color information
#733F2F (or 0x733F2F) is known color: Copper Canyon. HEX triplet: 73, 3F and 2F. RGB value is (115,63,47). Sum of RGB (Red+Green+Blue) = 115+63+47=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #733F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F2F is #8CC0D0. Grayscale: #4C4C4C. Windows color (decimal): -9224401 or 3096435. OLE color: 3096435.
HSL color Cylindrical-coordinate representation of color #733F2F: hue angle of 14.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #733F2F is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 47 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.55 |
| HSL | 14.12º | 0.42% | 0.32% | - |
| HSV(B) | 14.12º | 0.59% | 0.45% | - |
| XYZ | 9.36 | 7.41 | 3.63 | - |
| YUV | 76.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 47 | 0 | 0.45 | 0.59 | 0.55 | 14.12 | 0.42 | 0.32 |
| Hex | 73 | 3F | 2F | 0 | 2D | 3B | 37 | E | 2A | 20 |
| Octal | 163 | 77 | 57 | 0 | 55 | 73 | 67 | 16 | 52 | 40 |
| Binary | 1110011 | 111111 | 101111 | 0 | 101101 | 111011 | 110111 | 1110 | 101010 | 100000 |
Color Harmonies of #733F2F
Complementary color
Monochromatic Colors of #733F2F
Black with #733F2F
Text Example
Text Example
White with #733F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F2F; }
p { color: rgb(115,63,47); }
H1.HeaderClassName
{
color: #733F2F;
}
.AnyTagClassName
{
color: #733F2F;
}
</style>
background-color css
<style>
a { background-color: #733F2F; }
a { background-color: rgb(115,63,47); }
div.DivClassName
{
background-color: #733F2F;
}
.BgClassName
{
background-color: #733F2F;
}
</style>
border-color css
<style>
span { border-color: #733F2F; }
span { border-color: rgb(115,63,47); }
td.TdClassName
{
border-color: #733F2F;
}
.TagClassName
{
border-color: #733F2F;
}
</style>