Shades of Copper Canyon #783A28
Tints of Copper Canyon #783A28
RGB
CMYK
RGB Variations
Color information
#783A28 (or 0x783A28) is known color: Copper Canyon. HEX triplet: 78, 3A and 28. RGB value is (120,58,40). Sum of RGB (Red+Green+Blue) = 120+58+40=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #783A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A28 is #87C5D7. Grayscale: #4A4A4A. Windows color (decimal): -8898008 or 2636408. OLE color: 2636408.
HSL color Cylindrical-coordinate representation of color #783A28: hue angle of 13.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #783A28 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 40 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.53 |
| HSL | 13.5º | 0.5% | 0.31% | - |
| HSV(B) | 13.5º | 0.67% | 0.47% | - |
| XYZ | 9.64 | 7.17 | 2.88 | - |
| YUV | 74.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 40 | 0 | 0.52 | 0.67 | 0.53 | 13.5 | 0.5 | 0.31 |
| Hex | 78 | 3A | 28 | 0 | 34 | 43 | 35 | E | 32 | 1F |
| Octal | 170 | 72 | 50 | 0 | 64 | 103 | 65 | 16 | 62 | 37 |
| Binary | 1111000 | 111010 | 101000 | 0 | 110100 | 1000011 | 110101 | 1110 | 110010 | 11111 |
Color Harmonies of #783A28
Complementary color
Monochromatic Colors of #783A28
Black with #783A28
Text Example
Text Example
White with #783A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A28; }
p { color: rgb(120,58,40); }
H1.HeaderClassName
{
color: #783A28;
}
.AnyTagClassName
{
color: #783A28;
}
</style>
background-color css
<style>
a { background-color: #783A28; }
a { background-color: rgb(120,58,40); }
div.DivClassName
{
background-color: #783A28;
}
.BgClassName
{
background-color: #783A28;
}
</style>
border-color css
<style>
span { border-color: #783A28; }
span { border-color: rgb(120,58,40); }
td.TdClassName
{
border-color: #783A28;
}
.TagClassName
{
border-color: #783A28;
}
</style>