Shades of Copper Canyon #803F23
Tints of Copper Canyon #803F23
RGB
CMYK
RGB Variations
Color information
#803F23 (or 0x803F23) is known color: Copper Canyon. HEX triplet: 80, 3F and 23. RGB value is (128,63,35). Sum of RGB (Red+Green+Blue) = 128+63+35=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #803F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F23 is #7FC0DC. Grayscale: #4F4F4F. Windows color (decimal): -8372445 or 2310016. OLE color: 2310016.
HSL color Cylindrical-coordinate representation of color #803F23: hue angle of 18.06º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803F23 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 35 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.50 |
| HSL | 18.06º | 0.57% | 0.32% | - |
| HSV(B) | 18.06º | 0.73% | 0.5% | - |
| XYZ | 10.98 | 8.27 | 2.61 | - |
| YUV | 79.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 35 | 0 | 0.51 | 0.73 | 0.50 | 18.06 | 0.57 | 0.32 |
| Hex | 80 | 3F | 23 | 0 | 33 | 49 | 32 | 12 | 39 | 20 |
| Octal | 200 | 77 | 43 | 0 | 63 | 111 | 62 | 22 | 71 | 40 |
| Binary | 10000000 | 111111 | 100011 | 0 | 110011 | 1001001 | 110010 | 10010 | 111001 | 100000 |
Color Harmonies of #803F23
Complementary color
Monochromatic Colors of #803F23
Black with #803F23
Text Example
Text Example
White with #803F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F23; }
p { color: rgb(128,63,35); }
H1.HeaderClassName
{
color: #803F23;
}
.AnyTagClassName
{
color: #803F23;
}
</style>
background-color css
<style>
a { background-color: #803F23; }
a { background-color: rgb(128,63,35); }
div.DivClassName
{
background-color: #803F23;
}
.BgClassName
{
background-color: #803F23;
}
</style>
border-color css
<style>
span { border-color: #803F23; }
span { border-color: rgb(128,63,35); }
td.TdClassName
{
border-color: #803F23;
}
.TagClassName
{
border-color: #803F23;
}
</style>