Shades of Copper Canyon #783D2D
Tints of Copper Canyon #783D2D
RGB
CMYK
RGB Variations
Color information
#783D2D (or 0x783D2D) is known color: Copper Canyon. HEX triplet: 78, 3D and 2D. RGB value is (120,61,45). Sum of RGB (Red+Green+Blue) = 120+61+45=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #783D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D2D is #87C2D2. Grayscale: #4C4C4C. Windows color (decimal): -8897235 or 2964856. OLE color: 2964856.
HSL color Cylindrical-coordinate representation of color #783D2D: hue angle of 12.8º 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 #783D2D is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 45 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.53 |
| HSL | 12.8º | 0.45% | 0.32% | - |
| HSV(B) | 12.8º | 0.63% | 0.47% | - |
| XYZ | 9.89 | 7.52 | 3.41 | - |
| YUV | 76.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 45 | 0 | 0.49 | 0.63 | 0.53 | 12.8 | 0.45 | 0.32 |
| Hex | 78 | 3D | 2D | 0 | 31 | 3F | 35 | D | 2D | 20 |
| Octal | 170 | 75 | 55 | 0 | 61 | 77 | 65 | 15 | 55 | 40 |
| Binary | 1111000 | 111101 | 101101 | 0 | 110001 | 111111 | 110101 | 1101 | 101101 | 100000 |
Color Harmonies of #783D2D
Complementary color
Monochromatic Colors of #783D2D
Black with #783D2D
Text Example
Text Example
White with #783D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D2D; }
p { color: rgb(120,61,45); }
H1.HeaderClassName
{
color: #783D2D;
}
.AnyTagClassName
{
color: #783D2D;
}
</style>
background-color css
<style>
a { background-color: #783D2D; }
a { background-color: rgb(120,61,45); }
div.DivClassName
{
background-color: #783D2D;
}
.BgClassName
{
background-color: #783D2D;
}
</style>
border-color css
<style>
span { border-color: #783D2D; }
span { border-color: rgb(120,61,45); }
td.TdClassName
{
border-color: #783D2D;
}
.TagClassName
{
border-color: #783D2D;
}
</style>