Shades of Copper Canyon #783E2D
Tints of Copper Canyon #783E2D
RGB
CMYK
RGB Variations
Color information
#783E2D (or 0x783E2D) is known color: Copper Canyon. HEX triplet: 78, 3E and 2D. RGB value is (120,62,45). Sum of RGB (Red+Green+Blue) = 120+62+45=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #783E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783E2D is #87C1D2. Grayscale: #4D4D4D. Windows color (decimal): -8896979 or 2965112. OLE color: 2965112.
HSL color Cylindrical-coordinate representation of color #783E2D: hue angle of 13.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #783E2D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 45 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.53 |
| HSL | 13.6º | 0.45% | 0.32% | - |
| HSV(B) | 13.6º | 0.63% | 0.47% | - |
| XYZ | 9.94 | 7.63 | 3.43 | - |
| YUV | 77.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 45 | 0 | 0.48 | 0.63 | 0.53 | 13.6 | 0.45 | 0.32 |
| Hex | 78 | 3E | 2D | 0 | 30 | 3F | 35 | E | 2D | 20 |
| Octal | 170 | 76 | 55 | 0 | 60 | 77 | 65 | 16 | 55 | 40 |
| Binary | 1111000 | 111110 | 101101 | 0 | 110000 | 111111 | 110101 | 1110 | 101101 | 100000 |
Color Harmonies of #783E2D
Complementary color
Monochromatic Colors of #783E2D
Black with #783E2D
Text Example
Text Example
White with #783E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E2D; }
p { color: rgb(120,62,45); }
H1.HeaderClassName
{
color: #783E2D;
}
.AnyTagClassName
{
color: #783E2D;
}
</style>
background-color css
<style>
a { background-color: #783E2D; }
a { background-color: rgb(120,62,45); }
div.DivClassName
{
background-color: #783E2D;
}
.BgClassName
{
background-color: #783E2D;
}
</style>
border-color css
<style>
span { border-color: #783E2D; }
span { border-color: rgb(120,62,45); }
td.TdClassName
{
border-color: #783E2D;
}
.TagClassName
{
border-color: #783E2D;
}
</style>