Shades of Copper Canyon #803F25
Tints of Copper Canyon #803F25
RGB
CMYK
RGB Variations
Color information
#803F25 (or 0x803F25) is known color: Copper Canyon. HEX triplet: 80, 3F and 25. RGB value is (128,63,37). Sum of RGB (Red+Green+Blue) = 128+63+37=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #803F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F25 is #7FC0DA. Grayscale: #4F4F4F. Windows color (decimal): -8372443 or 2441088. OLE color: 2441088.
HSL color Cylindrical-coordinate representation of color #803F25: hue angle of 17.14º 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 #803F25 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 37 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.50 |
| HSL | 17.14º | 0.55% | 0.32% | - |
| HSV(B) | 17.14º | 0.71% | 0.5% | - |
| XYZ | 11.01 | 8.28 | 2.77 | - |
| YUV | 79.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 37 | 0 | 0.51 | 0.71 | 0.50 | 17.14 | 0.55 | 0.32 |
| Hex | 80 | 3F | 25 | 0 | 33 | 47 | 32 | 11 | 37 | 20 |
| Octal | 200 | 77 | 45 | 0 | 63 | 107 | 62 | 21 | 67 | 40 |
| Binary | 10000000 | 111111 | 100101 | 0 | 110011 | 1000111 | 110010 | 10001 | 110111 | 100000 |
Color Harmonies of #803F25
Complementary color
Monochromatic Colors of #803F25
Black with #803F25
Text Example
Text Example
White with #803F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F25; }
p { color: rgb(128,63,37); }
H1.HeaderClassName
{
color: #803F25;
}
.AnyTagClassName
{
color: #803F25;
}
</style>
background-color css
<style>
a { background-color: #803F25; }
a { background-color: rgb(128,63,37); }
div.DivClassName
{
background-color: #803F25;
}
.BgClassName
{
background-color: #803F25;
}
</style>
border-color css
<style>
span { border-color: #803F25; }
span { border-color: rgb(128,63,37); }
td.TdClassName
{
border-color: #803F25;
}
.TagClassName
{
border-color: #803F25;
}
</style>