Shades of Copper Canyon #833F24
Tints of Copper Canyon #833F24
RGB
CMYK
RGB Variations
Color information
#833F24 (or 0x833F24) is known color: Copper Canyon. HEX triplet: 83, 3F and 24. RGB value is (131,63,36). Sum of RGB (Red+Green+Blue) = 131+63+36=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #833F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F24 is #7CC0DB. Grayscale: #505050. Windows color (decimal): -8175836 or 2375555. OLE color: 2375555.
HSL color Cylindrical-coordinate representation of color #833F24: hue angle of 17.05º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833F24 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 36 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.49 |
| HSL | 17.05º | 0.57% | 0.33% | - |
| HSV(B) | 17.05º | 0.73% | 0.51% | - |
| XYZ | 11.46 | 8.51 | 2.71 | - |
| YUV | 80.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 36 | 0 | 0.52 | 0.73 | 0.49 | 17.05 | 0.57 | 0.33 |
| Hex | 83 | 3F | 24 | 0 | 34 | 49 | 31 | 11 | 39 | 21 |
| Octal | 203 | 77 | 44 | 0 | 64 | 111 | 61 | 21 | 71 | 41 |
| Binary | 10000011 | 111111 | 100100 | 0 | 110100 | 1001001 | 110001 | 10001 | 111001 | 100001 |
Color Harmonies of #833F24
Complementary color
Monochromatic Colors of #833F24
Black with #833F24
Text Example
Text Example
White with #833F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F24; }
p { color: rgb(131,63,36); }
H1.HeaderClassName
{
color: #833F24;
}
.AnyTagClassName
{
color: #833F24;
}
</style>
background-color css
<style>
a { background-color: #833F24; }
a { background-color: rgb(131,63,36); }
div.DivClassName
{
background-color: #833F24;
}
.BgClassName
{
background-color: #833F24;
}
</style>
border-color css
<style>
span { border-color: #833F24; }
span { border-color: rgb(131,63,36); }
td.TdClassName
{
border-color: #833F24;
}
.TagClassName
{
border-color: #833F24;
}
</style>