Shades of Copper Canyon #803F29
Tints of Copper Canyon #803F29
RGB
CMYK
RGB Variations
Color information
#803F29 (or 0x803F29) is known color: Copper Canyon. HEX triplet: 80, 3F and 29. RGB value is (128,63,41). Sum of RGB (Red+Green+Blue) = 128+63+41=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F29 is #7FC0D6. Grayscale: #505050. Windows color (decimal): -8372439 or 2703232. OLE color: 2703232.
HSL color Cylindrical-coordinate representation of color #803F29: hue angle of 15.17º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803F29 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 41 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.50 |
| HSL | 15.17º | 0.51% | 0.33% | - |
| HSV(B) | 15.17º | 0.68% | 0.5% | - |
| XYZ | 11.08 | 8.3 | 3.12 | - |
| YUV | 79.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 41 | 0 | 0.51 | 0.68 | 0.50 | 15.17 | 0.51 | 0.33 |
| Hex | 80 | 3F | 29 | 0 | 33 | 44 | 32 | F | 33 | 21 |
| Octal | 200 | 77 | 51 | 0 | 63 | 104 | 62 | 17 | 63 | 41 |
| Binary | 10000000 | 111111 | 101001 | 0 | 110011 | 1000100 | 110010 | 1111 | 110011 | 100001 |
Color Harmonies of #803F29
Complementary color
Monochromatic Colors of #803F29
Black with #803F29
Text Example
Text Example
White with #803F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F29; }
p { color: rgb(128,63,41); }
H1.HeaderClassName
{
color: #803F29;
}
.AnyTagClassName
{
color: #803F29;
}
</style>
background-color css
<style>
a { background-color: #803F29; }
a { background-color: rgb(128,63,41); }
div.DivClassName
{
background-color: #803F29;
}
.BgClassName
{
background-color: #803F29;
}
</style>
border-color css
<style>
span { border-color: #803F29; }
span { border-color: rgb(128,63,41); }
td.TdClassName
{
border-color: #803F29;
}
.TagClassName
{
border-color: #803F29;
}
</style>