Shades of Copper Canyon #813E2B
Tints of Copper Canyon #813E2B
RGB
CMYK
RGB Variations
Color information
#813E2B (or 0x813E2B) is known color: Copper Canyon. HEX triplet: 81, 3E and 2B. RGB value is (129,62,43). Sum of RGB (Red+Green+Blue) = 129+62+43=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E2B is #7EC1D4. Grayscale: #505050. Windows color (decimal): -8307157 or 2834049. OLE color: 2834049.
HSL color Cylindrical-coordinate representation of color #813E2B: hue angle of 13.26º degrees, saturation: 0.5, 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 #813E2B is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 62 | 43 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.49 |
| HSL | 13.26º | 0.5% | 0.34% | - |
| HSV(B) | 13.26º | 0.67% | 0.51% | - |
| XYZ | 11.21 | 8.29 | 3.29 | - |
| YUV | 79.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 43 | 0 | 0.52 | 0.67 | 0.49 | 13.26 | 0.5 | 0.34 |
| Hex | 81 | 3E | 2B | 0 | 34 | 43 | 31 | D | 32 | 22 |
| Octal | 201 | 76 | 53 | 0 | 64 | 103 | 61 | 15 | 62 | 42 |
| Binary | 10000001 | 111110 | 101011 | 0 | 110100 | 1000011 | 110001 | 1101 | 110010 | 100010 |
Color Harmonies of #813E2B
Complementary color
Monochromatic Colors of #813E2B
Black with #813E2B
Text Example
Text Example
White with #813E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813E2B; }
p { color: rgb(129,62,43); }
H1.HeaderClassName
{
color: #813E2B;
}
.AnyTagClassName
{
color: #813E2B;
}
</style>
background-color css
<style>
a { background-color: #813E2B; }
a { background-color: rgb(129,62,43); }
div.DivClassName
{
background-color: #813E2B;
}
.BgClassName
{
background-color: #813E2B;
}
</style>
border-color css
<style>
span { border-color: #813E2B; }
span { border-color: rgb(129,62,43); }
td.TdClassName
{
border-color: #813E2B;
}
.TagClassName
{
border-color: #813E2B;
}
</style>