Shades of Copper Canyon #813E2A
Tints of Copper Canyon #813E2A
RGB
CMYK
RGB Variations
Color information
#813E2A (or 0x813E2A) is known color: Copper Canyon. HEX triplet: 81, 3E and 2A. RGB value is (129,62,42). Sum of RGB (Red+Green+Blue) = 129+62+42=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E2A is #7EC1D5. Grayscale: #4F4F4F. Windows color (decimal): -8307158 or 2768513. OLE color: 2768513.
HSL color Cylindrical-coordinate representation of color #813E2A: hue angle of 13.79º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813E2A is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 62 | 42 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.49 |
| HSL | 13.79º | 0.51% | 0.34% | - |
| HSV(B) | 13.79º | 0.67% | 0.51% | - |
| XYZ | 11.19 | 8.28 | 3.2 | - |
| YUV | 79.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 42 | 0 | 0.52 | 0.67 | 0.49 | 13.79 | 0.51 | 0.34 |
| Hex | 81 | 3E | 2A | 0 | 34 | 43 | 31 | E | 33 | 22 |
| Octal | 201 | 76 | 52 | 0 | 64 | 103 | 61 | 16 | 63 | 42 |
| Binary | 10000001 | 111110 | 101010 | 0 | 110100 | 1000011 | 110001 | 1110 | 110011 | 100010 |
Color Harmonies of #813E2A
Complementary color
Monochromatic Colors of #813E2A
Black with #813E2A
Text Example
Text Example
White with #813E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813E2A; }
p { color: rgb(129,62,42); }
H1.HeaderClassName
{
color: #813E2A;
}
.AnyTagClassName
{
color: #813E2A;
}
</style>
background-color css
<style>
a { background-color: #813E2A; }
a { background-color: rgb(129,62,42); }
div.DivClassName
{
background-color: #813E2A;
}
.BgClassName
{
background-color: #813E2A;
}
</style>
border-color css
<style>
span { border-color: #813E2A; }
span { border-color: rgb(129,62,42); }
td.TdClassName
{
border-color: #813E2A;
}
.TagClassName
{
border-color: #813E2A;
}
</style>