Shades of Copper Canyon #783F2D
Tints of Copper Canyon #783F2D
RGB
CMYK
RGB Variations
Color information
#783F2D (or 0x783F2D) is known color: Copper Canyon. HEX triplet: 78, 3F and 2D. RGB value is (120,63,45). Sum of RGB (Red+Green+Blue) = 120+63+45=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #783F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F2D is #87C0D2. Grayscale: #4E4E4E. Windows color (decimal): -8896723 or 2965368. OLE color: 2965368.
HSL color Cylindrical-coordinate representation of color #783F2D: hue angle of 14.4º 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 #783F2D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 45 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.53 |
| HSL | 14.4º | 0.45% | 0.32% | - |
| HSV(B) | 14.4º | 0.63% | 0.47% | - |
| XYZ | 10 | 7.74 | 3.45 | - |
| YUV | 77.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 45 | 0 | 0.48 | 0.63 | 0.53 | 14.4 | 0.45 | 0.32 |
| Hex | 78 | 3F | 2D | 0 | 30 | 3F | 35 | E | 2D | 20 |
| Octal | 170 | 77 | 55 | 0 | 60 | 77 | 65 | 16 | 55 | 40 |
| Binary | 1111000 | 111111 | 101101 | 0 | 110000 | 111111 | 110101 | 1110 | 101101 | 100000 |
Color Harmonies of #783F2D
Complementary color
Monochromatic Colors of #783F2D
Black with #783F2D
Text Example
Text Example
White with #783F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F2D; }
p { color: rgb(120,63,45); }
H1.HeaderClassName
{
color: #783F2D;
}
.AnyTagClassName
{
color: #783F2D;
}
</style>
background-color css
<style>
a { background-color: #783F2D; }
a { background-color: rgb(120,63,45); }
div.DivClassName
{
background-color: #783F2D;
}
.BgClassName
{
background-color: #783F2D;
}
</style>
border-color css
<style>
span { border-color: #783F2D; }
span { border-color: rgb(120,63,45); }
td.TdClassName
{
border-color: #783F2D;
}
.TagClassName
{
border-color: #783F2D;
}
</style>