Shades of Copper Canyon #813E25
Tints of Copper Canyon #813E25
RGB
CMYK
RGB Variations
Color information
#813E25 (or 0x813E25) is known color: Copper Canyon. HEX triplet: 81, 3E and 25. RGB value is (129,62,37). Sum of RGB (Red+Green+Blue) = 129+62+37=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E25 is #7EC1DA. Grayscale: #4F4F4F. Windows color (decimal): -8307163 or 2440833. OLE color: 2440833.
HSL color Cylindrical-coordinate representation of color #813E25: hue angle of 16.3º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813E25 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 62 | 37 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.49 |
| HSL | 16.3º | 0.55% | 0.33% | - |
| HSV(B) | 16.3º | 0.71% | 0.51% | - |
| XYZ | 11.11 | 8.25 | 2.76 | - |
| YUV | 79.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 37 | 0 | 0.52 | 0.71 | 0.49 | 16.3 | 0.55 | 0.33 |
| Hex | 81 | 3E | 25 | 0 | 34 | 47 | 31 | 10 | 37 | 21 |
| Octal | 201 | 76 | 45 | 0 | 64 | 107 | 61 | 20 | 67 | 41 |
| Binary | 10000001 | 111110 | 100101 | 0 | 110100 | 1000111 | 110001 | 10000 | 110111 | 100001 |
Color Harmonies of #813E25
Complementary color
Monochromatic Colors of #813E25
Black with #813E25
Text Example
Text Example
White with #813E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813E25; }
p { color: rgb(129,62,37); }
H1.HeaderClassName
{
color: #813E25;
}
.AnyTagClassName
{
color: #813E25;
}
</style>
background-color css
<style>
a { background-color: #813E25; }
a { background-color: rgb(129,62,37); }
div.DivClassName
{
background-color: #813E25;
}
.BgClassName
{
background-color: #813E25;
}
</style>
border-color css
<style>
span { border-color: #813E25; }
span { border-color: rgb(129,62,37); }
td.TdClassName
{
border-color: #813E25;
}
.TagClassName
{
border-color: #813E25;
}
</style>