Shades of Copper Canyon #813C25
Tints of Copper Canyon #813C25
RGB
CMYK
RGB Variations
Color information
#813C25 (or 0x813C25) is known color: Copper Canyon. HEX triplet: 81, 3C and 25. RGB value is (129,60,37). Sum of RGB (Red+Green+Blue) = 129+60+37=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #813C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C25 is #7EC3DA. Grayscale: #4E4E4E. Windows color (decimal): -8307675 or 2440321. OLE color: 2440321.
HSL color Cylindrical-coordinate representation of color #813C25: hue angle of 15º 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 #813C25 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 37 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.49 |
| HSL | 15º | 0.55% | 0.33% | - |
| HSV(B) | 15º | 0.71% | 0.51% | - |
| XYZ | 11 | 8.03 | 2.72 | - |
| YUV | 78.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 37 | 0 | 0.53 | 0.71 | 0.49 | 15 | 0.55 | 0.33 |
| Hex | 81 | 3C | 25 | 0 | 35 | 47 | 31 | F | 37 | 21 |
| Octal | 201 | 74 | 45 | 0 | 65 | 107 | 61 | 17 | 67 | 41 |
| Binary | 10000001 | 111100 | 100101 | 0 | 110101 | 1000111 | 110001 | 1111 | 110111 | 100001 |
Color Harmonies of #813C25
Complementary color
Monochromatic Colors of #813C25
Black with #813C25
Text Example
Text Example
White with #813C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C25; }
p { color: rgb(129,60,37); }
H1.HeaderClassName
{
color: #813C25;
}
.AnyTagClassName
{
color: #813C25;
}
</style>
background-color css
<style>
a { background-color: #813C25; }
a { background-color: rgb(129,60,37); }
div.DivClassName
{
background-color: #813C25;
}
.BgClassName
{
background-color: #813C25;
}
</style>
border-color css
<style>
span { border-color: #813C25; }
span { border-color: rgb(129,60,37); }
td.TdClassName
{
border-color: #813C25;
}
.TagClassName
{
border-color: #813C25;
}
</style>