Shades of Copper Canyon #824128
Tints of Copper Canyon #824128
RGB
CMYK
RGB Variations
Color information
#824128 (or 0x824128) is known color: Copper Canyon. HEX triplet: 82, 41 and 28. RGB value is (130,65,40). Sum of RGB (Red+Green+Blue) = 130+65+40=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #824128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824128 is #7DBED7. Grayscale: #515151. Windows color (decimal): -8240856 or 2638210. OLE color: 2638210.
HSL color Cylindrical-coordinate representation of color #824128: hue angle of 16.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824128 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 65 | 40 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.49 |
| HSL | 16.67º | 0.53% | 0.33% | - |
| HSV(B) | 16.67º | 0.69% | 0.51% | - |
| XYZ | 11.48 | 8.68 | 3.08 | - |
| YUV | 81.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 40 | 0 | 0.50 | 0.69 | 0.49 | 16.67 | 0.53 | 0.33 |
| Hex | 82 | 41 | 28 | 0 | 32 | 45 | 31 | 11 | 35 | 21 |
| Octal | 202 | 101 | 50 | 0 | 62 | 105 | 61 | 21 | 65 | 41 |
| Binary | 10000010 | 1000001 | 101000 | 0 | 110010 | 1000101 | 110001 | 10001 | 110101 | 100001 |
Color Harmonies of #824128
Complementary color
Monochromatic Colors of #824128
Black with #824128
Text Example
Text Example
White with #824128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824128; }
p { color: rgb(130,65,40); }
H1.HeaderClassName
{
color: #824128;
}
.AnyTagClassName
{
color: #824128;
}
</style>
background-color css
<style>
a { background-color: #824128; }
a { background-color: rgb(130,65,40); }
div.DivClassName
{
background-color: #824128;
}
.BgClassName
{
background-color: #824128;
}
</style>
border-color css
<style>
span { border-color: #824128; }
span { border-color: rgb(130,65,40); }
td.TdClassName
{
border-color: #824128;
}
.TagClassName
{
border-color: #824128;
}
</style>