Shades of Copper Canyon #813D27
Tints of Copper Canyon #813D27
RGB
CMYK
RGB Variations
Color information
#813D27 (or 0x813D27) is known color: Copper Canyon. HEX triplet: 81, 3D and 27. RGB value is (129,61,39). Sum of RGB (Red+Green+Blue) = 129+61+39=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #813D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D27 is #7EC2D8. Grayscale: #4E4E4E. Windows color (decimal): -8307417 or 2571649. OLE color: 2571649.
HSL color Cylindrical-coordinate representation of color #813D27: hue angle of 14.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #813D27 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 61 | 39 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.49 |
| HSL | 14.67º | 0.54% | 0.33% | - |
| HSV(B) | 14.67º | 0.7% | 0.51% | - |
| XYZ | 11.09 | 8.15 | 2.91 | - |
| YUV | 78.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 39 | 0 | 0.53 | 0.70 | 0.49 | 14.67 | 0.54 | 0.33 |
| Hex | 81 | 3D | 27 | 0 | 35 | 46 | 31 | F | 36 | 21 |
| Octal | 201 | 75 | 47 | 0 | 65 | 106 | 61 | 17 | 66 | 41 |
| Binary | 10000001 | 111101 | 100111 | 0 | 110101 | 1000110 | 110001 | 1111 | 110110 | 100001 |
Color Harmonies of #813D27
Complementary color
Monochromatic Colors of #813D27
Black with #813D27
Text Example
Text Example
White with #813D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813D27; }
p { color: rgb(129,61,39); }
H1.HeaderClassName
{
color: #813D27;
}
.AnyTagClassName
{
color: #813D27;
}
</style>
background-color css
<style>
a { background-color: #813D27; }
a { background-color: rgb(129,61,39); }
div.DivClassName
{
background-color: #813D27;
}
.BgClassName
{
background-color: #813D27;
}
</style>
border-color css
<style>
span { border-color: #813D27; }
span { border-color: rgb(129,61,39); }
td.TdClassName
{
border-color: #813D27;
}
.TagClassName
{
border-color: #813D27;
}
</style>