Shades of Copper Canyon #803D24
Tints of Copper Canyon #803D24
RGB
CMYK
RGB Variations
Color information
#803D24 (or 0x803D24) is known color: Copper Canyon. HEX triplet: 80, 3D and 24. RGB value is (128,61,36). Sum of RGB (Red+Green+Blue) = 128+61+36=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #803D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D24 is #7FC2DB. Grayscale: #4E4E4E. Windows color (decimal): -8372956 or 2375040. OLE color: 2375040.
HSL color Cylindrical-coordinate representation of color #803D24: hue angle of 16.3º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803D24 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 36 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.50 |
| HSL | 16.3º | 0.56% | 0.32% | - |
| HSV(B) | 16.3º | 0.72% | 0.5% | - |
| XYZ | 10.89 | 8.05 | 2.65 | - |
| YUV | 78.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 36 | 0 | 0.52 | 0.72 | 0.50 | 16.3 | 0.56 | 0.32 |
| Hex | 80 | 3D | 24 | 0 | 34 | 48 | 32 | 10 | 38 | 20 |
| Octal | 200 | 75 | 44 | 0 | 64 | 110 | 62 | 20 | 70 | 40 |
| Binary | 10000000 | 111101 | 100100 | 0 | 110100 | 1001000 | 110010 | 10000 | 111000 | 100000 |
Color Harmonies of #803D24
Complementary color
Monochromatic Colors of #803D24
Black with #803D24
Text Example
Text Example
White with #803D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D24; }
p { color: rgb(128,61,36); }
H1.HeaderClassName
{
color: #803D24;
}
.AnyTagClassName
{
color: #803D24;
}
</style>
background-color css
<style>
a { background-color: #803D24; }
a { background-color: rgb(128,61,36); }
div.DivClassName
{
background-color: #803D24;
}
.BgClassName
{
background-color: #803D24;
}
</style>
border-color css
<style>
span { border-color: #803D24; }
span { border-color: rgb(128,61,36); }
td.TdClassName
{
border-color: #803D24;
}
.TagClassName
{
border-color: #803D24;
}
</style>