Shades of Copper Canyon #733E2B
Tints of Copper Canyon #733E2B
RGB
CMYK
RGB Variations
Color information
#733E2B (or 0x733E2B) is known color: Copper Canyon. HEX triplet: 73, 3E and 2B. RGB value is (115,62,43). Sum of RGB (Red+Green+Blue) = 115+62+43=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #733E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E2B is #8CC1D4. Grayscale: #4B4B4B. Windows color (decimal): -9224661 or 2834035. OLE color: 2834035.
HSL color Cylindrical-coordinate representation of color #733E2B: hue angle of 15.83º 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 #733E2B is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 43 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.55 |
| HSL | 15.83º | 0.46% | 0.31% | - |
| HSV(B) | 15.83º | 0.63% | 0.45% | - |
| XYZ | 9.23 | 7.26 | 3.2 | - |
| YUV | 75.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 43 | 0 | 0.46 | 0.63 | 0.55 | 15.83 | 0.46 | 0.31 |
| Hex | 73 | 3E | 2B | 0 | 2E | 3F | 37 | 10 | 2E | 1F |
| Octal | 163 | 76 | 53 | 0 | 56 | 77 | 67 | 20 | 56 | 37 |
| Binary | 1110011 | 111110 | 101011 | 0 | 101110 | 111111 | 110111 | 10000 | 101110 | 11111 |
Color Harmonies of #733E2B
Complementary color
Monochromatic Colors of #733E2B
Black with #733E2B
Text Example
Text Example
White with #733E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E2B; }
p { color: rgb(115,62,43); }
H1.HeaderClassName
{
color: #733E2B;
}
.AnyTagClassName
{
color: #733E2B;
}
</style>
background-color css
<style>
a { background-color: #733E2B; }
a { background-color: rgb(115,62,43); }
div.DivClassName
{
background-color: #733E2B;
}
.BgClassName
{
background-color: #733E2B;
}
</style>
border-color css
<style>
span { border-color: #733E2B; }
span { border-color: rgb(115,62,43); }
td.TdClassName
{
border-color: #733E2B;
}
.TagClassName
{
border-color: #733E2B;
}
</style>