Shades of Copper Canyon #803C2A
Tints of Copper Canyon #803C2A
RGB
CMYK
RGB Variations
Color information
#803C2A (or 0x803C2A) is known color: Copper Canyon. HEX triplet: 80, 3C and 2A. RGB value is (128,60,42). Sum of RGB (Red+Green+Blue) = 128+60+42=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #803C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C2A is #7FC3D5. Grayscale: #4E4E4E. Windows color (decimal): -8373206 or 2768000. OLE color: 2768000.
HSL color Cylindrical-coordinate representation of color #803C2A: hue angle of 12.56º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803C2A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 42 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.50 |
| HSL | 12.56º | 0.51% | 0.33% | - |
| HSV(B) | 12.56º | 0.67% | 0.5% | - |
| XYZ | 10.94 | 7.99 | 3.16 | - |
| YUV | 78.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 42 | 0 | 0.53 | 0.67 | 0.50 | 12.56 | 0.51 | 0.33 |
| Hex | 80 | 3C | 2A | 0 | 35 | 43 | 32 | D | 33 | 21 |
| Octal | 200 | 74 | 52 | 0 | 65 | 103 | 62 | 15 | 63 | 41 |
| Binary | 10000000 | 111100 | 101010 | 0 | 110101 | 1000011 | 110010 | 1101 | 110011 | 100001 |
Color Harmonies of #803C2A
Complementary color
Monochromatic Colors of #803C2A
Black with #803C2A
Text Example
Text Example
White with #803C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C2A; }
p { color: rgb(128,60,42); }
H1.HeaderClassName
{
color: #803C2A;
}
.AnyTagClassName
{
color: #803C2A;
}
</style>
background-color css
<style>
a { background-color: #803C2A; }
a { background-color: rgb(128,60,42); }
div.DivClassName
{
background-color: #803C2A;
}
.BgClassName
{
background-color: #803C2A;
}
</style>
border-color css
<style>
span { border-color: #803C2A; }
span { border-color: rgb(128,60,42); }
td.TdClassName
{
border-color: #803C2A;
}
.TagClassName
{
border-color: #803C2A;
}
</style>