Shades of Copper Canyon #803F2B
Tints of Copper Canyon #803F2B
RGB
CMYK
RGB Variations
Color information
#803F2B (or 0x803F2B) is known color: Copper Canyon. HEX triplet: 80, 3F and 2B. RGB value is (128,63,43). Sum of RGB (Red+Green+Blue) = 128+63+43=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #803F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F2B is #7FC0D4. Grayscale: #505050. Windows color (decimal): -8372437 or 2834304. OLE color: 2834304.
HSL color Cylindrical-coordinate representation of color #803F2B: hue angle of 14.12º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803F2B is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 43 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.50 |
| HSL | 14.12º | 0.5% | 0.34% | - |
| HSV(B) | 14.12º | 0.66% | 0.5% | - |
| XYZ | 11.12 | 8.32 | 3.31 | - |
| YUV | 80.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 43 | 0 | 0.51 | 0.66 | 0.50 | 14.12 | 0.5 | 0.34 |
| Hex | 80 | 3F | 2B | 0 | 33 | 42 | 32 | E | 32 | 22 |
| Octal | 200 | 77 | 53 | 0 | 63 | 102 | 62 | 16 | 62 | 42 |
| Binary | 10000000 | 111111 | 101011 | 0 | 110011 | 1000010 | 110010 | 1110 | 110010 | 100010 |
Color Harmonies of #803F2B
Complementary color
Monochromatic Colors of #803F2B
Black with #803F2B
Text Example
Text Example
White with #803F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F2B; }
p { color: rgb(128,63,43); }
H1.HeaderClassName
{
color: #803F2B;
}
.AnyTagClassName
{
color: #803F2B;
}
</style>
background-color css
<style>
a { background-color: #803F2B; }
a { background-color: rgb(128,63,43); }
div.DivClassName
{
background-color: #803F2B;
}
.BgClassName
{
background-color: #803F2B;
}
</style>
border-color css
<style>
span { border-color: #803F2B; }
span { border-color: rgb(128,63,43); }
td.TdClassName
{
border-color: #803F2B;
}
.TagClassName
{
border-color: #803F2B;
}
</style>