Shades of Copper Canyon #823E23
Tints of Copper Canyon #823E23
RGB
CMYK
RGB Variations
Color information
#823E23 (or 0x823E23) is known color: Copper Canyon. HEX triplet: 82, 3E and 23. RGB value is (130,62,35). Sum of RGB (Red+Green+Blue) = 130+62+35=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #823E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823E23 is #7DC1DC. Grayscale: #4F4F4F. Windows color (decimal): -8241629 or 2309762. OLE color: 2309762.
HSL color Cylindrical-coordinate representation of color #823E23: hue angle of 17.05º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #823E23 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 62 | 35 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.49 |
| HSL | 17.05º | 0.58% | 0.32% | - |
| HSV(B) | 17.05º | 0.73% | 0.51% | - |
| XYZ | 11.23 | 8.31 | 2.6 | - |
| YUV | 79.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 35 | 0 | 0.52 | 0.73 | 0.49 | 17.05 | 0.58 | 0.32 |
| Hex | 82 | 3E | 23 | 0 | 34 | 49 | 31 | 11 | 3A | 20 |
| Octal | 202 | 76 | 43 | 0 | 64 | 111 | 61 | 21 | 72 | 40 |
| Binary | 10000010 | 111110 | 100011 | 0 | 110100 | 1001001 | 110001 | 10001 | 111010 | 100000 |
Color Harmonies of #823E23
Complementary color
Monochromatic Colors of #823E23
Black with #823E23
Text Example
Text Example
White with #823E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823E23; }
p { color: rgb(130,62,35); }
H1.HeaderClassName
{
color: #823E23;
}
.AnyTagClassName
{
color: #823E23;
}
</style>
background-color css
<style>
a { background-color: #823E23; }
a { background-color: rgb(130,62,35); }
div.DivClassName
{
background-color: #823E23;
}
.BgClassName
{
background-color: #823E23;
}
</style>
border-color css
<style>
span { border-color: #823E23; }
span { border-color: rgb(130,62,35); }
td.TdClassName
{
border-color: #823E23;
}
.TagClassName
{
border-color: #823E23;
}
</style>