Shades of Copper Canyon #813F29
Tints of Copper Canyon #813F29
RGB
CMYK
RGB Variations
Color information
#813F29 (or 0x813F29) is known color: Copper Canyon. HEX triplet: 81, 3F and 29. RGB value is (129,63,41). Sum of RGB (Red+Green+Blue) = 129+63+41=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F29 is #7EC0D6. Grayscale: #505050. Windows color (decimal): -8306903 or 2703233. OLE color: 2703233.
HSL color Cylindrical-coordinate representation of color #813F29: hue angle of 15º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813F29 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 41 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.49 |
| HSL | 15º | 0.52% | 0.33% | - |
| HSV(B) | 15º | 0.68% | 0.51% | - |
| XYZ | 11.23 | 8.38 | 3.12 | - |
| YUV | 80.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 41 | 0 | 0.51 | 0.68 | 0.49 | 15 | 0.52 | 0.33 |
| Hex | 81 | 3F | 29 | 0 | 33 | 44 | 31 | F | 34 | 21 |
| Octal | 201 | 77 | 51 | 0 | 63 | 104 | 61 | 17 | 64 | 41 |
| Binary | 10000001 | 111111 | 101001 | 0 | 110011 | 1000100 | 110001 | 1111 | 110100 | 100001 |
Color Harmonies of #813F29
Complementary color
Monochromatic Colors of #813F29
Black with #813F29
Text Example
Text Example
White with #813F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F29; }
p { color: rgb(129,63,41); }
H1.HeaderClassName
{
color: #813F29;
}
.AnyTagClassName
{
color: #813F29;
}
</style>
background-color css
<style>
a { background-color: #813F29; }
a { background-color: rgb(129,63,41); }
div.DivClassName
{
background-color: #813F29;
}
.BgClassName
{
background-color: #813F29;
}
</style>
border-color css
<style>
span { border-color: #813F29; }
span { border-color: rgb(129,63,41); }
td.TdClassName
{
border-color: #813F29;
}
.TagClassName
{
border-color: #813F29;
}
</style>