Shades of Copper Canyon #813C23
Tints of Copper Canyon #813C23
RGB
CMYK
RGB Variations
Color information
#813C23 (or 0x813C23) is known color: Copper Canyon. HEX triplet: 81, 3C and 23. RGB value is (129,60,35). Sum of RGB (Red+Green+Blue) = 129+60+35=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #813C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C23 is #7EC3DC. Grayscale: #4D4D4D. Windows color (decimal): -8307677 or 2309249. OLE color: 2309249.
HSL color Cylindrical-coordinate representation of color #813C23: hue angle of 15.96º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #813C23 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 35 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.49 |
| HSL | 15.96º | 0.57% | 0.32% | - |
| HSV(B) | 15.96º | 0.73% | 0.51% | - |
| XYZ | 10.97 | 8.02 | 2.56 | - |
| YUV | 77.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 35 | 0 | 0.53 | 0.73 | 0.49 | 15.96 | 0.57 | 0.32 |
| Hex | 81 | 3C | 23 | 0 | 35 | 49 | 31 | 10 | 39 | 20 |
| Octal | 201 | 74 | 43 | 0 | 65 | 111 | 61 | 20 | 71 | 40 |
| Binary | 10000001 | 111100 | 100011 | 0 | 110101 | 1001001 | 110001 | 10000 | 111001 | 100000 |
Color Harmonies of #813C23
Complementary color
Monochromatic Colors of #813C23
Black with #813C23
Text Example
Text Example
White with #813C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C23; }
p { color: rgb(129,60,35); }
H1.HeaderClassName
{
color: #813C23;
}
.AnyTagClassName
{
color: #813C23;
}
</style>
background-color css
<style>
a { background-color: #813C23; }
a { background-color: rgb(129,60,35); }
div.DivClassName
{
background-color: #813C23;
}
.BgClassName
{
background-color: #813C23;
}
</style>
border-color css
<style>
span { border-color: #813C23; }
span { border-color: rgb(129,60,35); }
td.TdClassName
{
border-color: #813C23;
}
.TagClassName
{
border-color: #813C23;
}
</style>