Shades of Copper Canyon #733D2D
Tints of Copper Canyon #733D2D
RGB
CMYK
RGB Variations
Color information
#733D2D (or 0x733D2D) is known color: Copper Canyon. HEX triplet: 73, 3D and 2D. RGB value is (115,61,45). Sum of RGB (Red+Green+Blue) = 115+61+45=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D2D is #8CC2D2. Grayscale: #4B4B4B. Windows color (decimal): -9224915 or 2964851. OLE color: 2964851.
HSL color Cylindrical-coordinate representation of color #733D2D: hue angle of 13.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #733D2D is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 45 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.55 |
| HSL | 13.71º | 0.44% | 0.31% | - |
| HSV(B) | 13.71º | 0.61% | 0.45% | - |
| XYZ | 9.21 | 7.17 | 3.38 | - |
| YUV | 75.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 45 | 0 | 0.47 | 0.61 | 0.55 | 13.71 | 0.44 | 0.31 |
| Hex | 73 | 3D | 2D | 0 | 2F | 3D | 37 | E | 2C | 1F |
| Octal | 163 | 75 | 55 | 0 | 57 | 75 | 67 | 16 | 54 | 37 |
| Binary | 1110011 | 111101 | 101101 | 0 | 101111 | 111101 | 110111 | 1110 | 101100 | 11111 |
Color Harmonies of #733D2D
Complementary color
Monochromatic Colors of #733D2D
Black with #733D2D
Text Example
Text Example
White with #733D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D2D; }
p { color: rgb(115,61,45); }
H1.HeaderClassName
{
color: #733D2D;
}
.AnyTagClassName
{
color: #733D2D;
}
</style>
background-color css
<style>
a { background-color: #733D2D; }
a { background-color: rgb(115,61,45); }
div.DivClassName
{
background-color: #733D2D;
}
.BgClassName
{
background-color: #733D2D;
}
</style>
border-color css
<style>
span { border-color: #733D2D; }
span { border-color: rgb(115,61,45); }
td.TdClassName
{
border-color: #733D2D;
}
.TagClassName
{
border-color: #733D2D;
}
</style>