Shades of Copper Canyon #733E2C
Tints of Copper Canyon #733E2C
RGB
CMYK
RGB Variations
Color information
#733E2C (or 0x733E2C) is known color: Copper Canyon. HEX triplet: 73, 3E and 2C. RGB value is (115,62,44). Sum of RGB (Red+Green+Blue) = 115+62+44=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E2C is #8CC1D3. Grayscale: #4B4B4B. Windows color (decimal): -9224660 or 2899571. OLE color: 2899571.
HSL color Cylindrical-coordinate representation of color #733E2C: hue angle of 15.21º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #733E2C is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 44 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.55 |
| HSL | 15.21º | 0.45% | 0.31% | - |
| HSV(B) | 15.21º | 0.62% | 0.45% | - |
| XYZ | 9.25 | 7.27 | 3.3 | - |
| YUV | 75.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 44 | 0 | 0.46 | 0.62 | 0.55 | 15.21 | 0.45 | 0.31 |
| Hex | 73 | 3E | 2C | 0 | 2E | 3E | 37 | F | 2D | 1F |
| Octal | 163 | 76 | 54 | 0 | 56 | 76 | 67 | 17 | 55 | 37 |
| Binary | 1110011 | 111110 | 101100 | 0 | 101110 | 111110 | 110111 | 1111 | 101101 | 11111 |
Color Harmonies of #733E2C
Complementary color
Monochromatic Colors of #733E2C
Black with #733E2C
Text Example
Text Example
White with #733E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E2C; }
p { color: rgb(115,62,44); }
H1.HeaderClassName
{
color: #733E2C;
}
.AnyTagClassName
{
color: #733E2C;
}
</style>
background-color css
<style>
a { background-color: #733E2C; }
a { background-color: rgb(115,62,44); }
div.DivClassName
{
background-color: #733E2C;
}
.BgClassName
{
background-color: #733E2C;
}
</style>
border-color css
<style>
span { border-color: #733E2C; }
span { border-color: rgb(115,62,44); }
td.TdClassName
{
border-color: #733E2C;
}
.TagClassName
{
border-color: #733E2C;
}
</style>