Shades of Copper Canyon #803B25
Tints of Copper Canyon #803B25
RGB
CMYK
RGB Variations
Color information
#803B25 (or 0x803B25) is known color: Copper Canyon. HEX triplet: 80, 3B and 25. RGB value is (128,59,37). Sum of RGB (Red+Green+Blue) = 128+59+37=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #803B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B25 is #7FC4DA. Grayscale: #4D4D4D. Windows color (decimal): -8373467 or 2440064. OLE color: 2440064.
HSL color Cylindrical-coordinate representation of color #803B25: hue angle of 14.51º 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 #803B25 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 37 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.50 |
| HSL | 14.51º | 0.55% | 0.32% | - |
| HSV(B) | 14.51º | 0.71% | 0.5% | - |
| XYZ | 10.8 | 7.85 | 2.7 | - |
| YUV | 77.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 37 | 0 | 0.54 | 0.71 | 0.50 | 14.51 | 0.55 | 0.32 |
| Hex | 80 | 3B | 25 | 0 | 36 | 47 | 32 | F | 37 | 20 |
| Octal | 200 | 73 | 45 | 0 | 66 | 107 | 62 | 17 | 67 | 40 |
| Binary | 10000000 | 111011 | 100101 | 0 | 110110 | 1000111 | 110010 | 1111 | 110111 | 100000 |
Color Harmonies of #803B25
Complementary color
Monochromatic Colors of #803B25
Black with #803B25
Text Example
Text Example
White with #803B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B25; }
p { color: rgb(128,59,37); }
H1.HeaderClassName
{
color: #803B25;
}
.AnyTagClassName
{
color: #803B25;
}
</style>
background-color css
<style>
a { background-color: #803B25; }
a { background-color: rgb(128,59,37); }
div.DivClassName
{
background-color: #803B25;
}
.BgClassName
{
background-color: #803B25;
}
</style>
border-color css
<style>
span { border-color: #803B25; }
span { border-color: rgb(128,59,37); }
td.TdClassName
{
border-color: #803B25;
}
.TagClassName
{
border-color: #803B25;
}
</style>