Shades of Copper Canyon #783D2B
Tints of Copper Canyon #783D2B
RGB
CMYK
RGB Variations
Color information
#783D2B (or 0x783D2B) is known color: Copper Canyon. HEX triplet: 78, 3D and 2B. RGB value is (120,61,43). Sum of RGB (Red+Green+Blue) = 120+61+43=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #783D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D2B is #87C2D4. Grayscale: #4C4C4C. Windows color (decimal): -8897237 or 2833784. OLE color: 2833784.
HSL color Cylindrical-coordinate representation of color #783D2B: hue angle of 14.03º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #783D2B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 43 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.53 |
| HSL | 14.03º | 0.47% | 0.32% | - |
| HSV(B) | 14.03º | 0.64% | 0.47% | - |
| XYZ | 9.85 | 7.5 | 3.21 | - |
| YUV | 76.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 43 | 0 | 0.49 | 0.64 | 0.53 | 14.03 | 0.47 | 0.32 |
| Hex | 78 | 3D | 2B | 0 | 31 | 40 | 35 | E | 2F | 20 |
| Octal | 170 | 75 | 53 | 0 | 61 | 100 | 65 | 16 | 57 | 40 |
| Binary | 1111000 | 111101 | 101011 | 0 | 110001 | 1000000 | 110101 | 1110 | 101111 | 100000 |
Color Harmonies of #783D2B
Complementary color
Monochromatic Colors of #783D2B
Black with #783D2B
Text Example
Text Example
White with #783D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D2B; }
p { color: rgb(120,61,43); }
H1.HeaderClassName
{
color: #783D2B;
}
.AnyTagClassName
{
color: #783D2B;
}
</style>
background-color css
<style>
a { background-color: #783D2B; }
a { background-color: rgb(120,61,43); }
div.DivClassName
{
background-color: #783D2B;
}
.BgClassName
{
background-color: #783D2B;
}
</style>
border-color css
<style>
span { border-color: #783D2B; }
span { border-color: rgb(120,61,43); }
td.TdClassName
{
border-color: #783D2B;
}
.TagClassName
{
border-color: #783D2B;
}
</style>