Shades of Copper Canyon #803C25
Tints of Copper Canyon #803C25
RGB
CMYK
RGB Variations
Color information
#803C25 (or 0x803C25) is known color: Copper Canyon. HEX triplet: 80, 3C and 25. RGB value is (128,60,37). Sum of RGB (Red+Green+Blue) = 128+60+37=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #803C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C25 is #7FC3DA. Grayscale: #4D4D4D. Windows color (decimal): -8373211 or 2440320. OLE color: 2440320.
HSL color Cylindrical-coordinate representation of color #803C25: hue angle of 15.16º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803C25 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 37 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.50 |
| HSL | 15.16º | 0.55% | 0.32% | - |
| HSV(B) | 15.16º | 0.71% | 0.5% | - |
| XYZ | 10.85 | 7.95 | 2.71 | - |
| YUV | 77.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 37 | 0 | 0.53 | 0.71 | 0.50 | 15.16 | 0.55 | 0.32 |
| Hex | 80 | 3C | 25 | 0 | 35 | 47 | 32 | F | 37 | 20 |
| Octal | 200 | 74 | 45 | 0 | 65 | 107 | 62 | 17 | 67 | 40 |
| Binary | 10000000 | 111100 | 100101 | 0 | 110101 | 1000111 | 110010 | 1111 | 110111 | 100000 |
Color Harmonies of #803C25
Complementary color
Monochromatic Colors of #803C25
Black with #803C25
Text Example
Text Example
White with #803C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C25; }
p { color: rgb(128,60,37); }
H1.HeaderClassName
{
color: #803C25;
}
.AnyTagClassName
{
color: #803C25;
}
</style>
background-color css
<style>
a { background-color: #803C25; }
a { background-color: rgb(128,60,37); }
div.DivClassName
{
background-color: #803C25;
}
.BgClassName
{
background-color: #803C25;
}
</style>
border-color css
<style>
span { border-color: #803C25; }
span { border-color: rgb(128,60,37); }
td.TdClassName
{
border-color: #803C25;
}
.TagClassName
{
border-color: #803C25;
}
</style>