Shades of Shadow #826A42
Tints of Shadow #826A42
RGB
CMYK
RGB Variations
Color information
#826A42 (or 0x826A42) is known color: Shadow. HEX triplet: 82, 6A and 42. RGB value is (130,106,66). Sum of RGB (Red+Green+Blue) = 130+106+66=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #826A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A42 is #7D95BD. Grayscale: #6C6C6C. Windows color (decimal): -8230334 or 4352642. OLE color: 4352642.
HSL color Cylindrical-coordinate representation of color #826A42: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #826A42 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 66 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.49 |
| HSL | 37.5º | 0.33% | 0.38% | - |
| HSV(B) | 37.5º | 0.49% | 0.51% | - |
| XYZ | 15.34 | 15.45 | 7.33 | - |
| YUV | 108.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 66 | 0 | 0.18 | 0.49 | 0.49 | 37.5 | 0.33 | 0.38 |
| Hex | 82 | 6A | 42 | 0 | 12 | 31 | 31 | 26 | 21 | 26 |
| Octal | 202 | 152 | 102 | 0 | 22 | 61 | 61 | 46 | 41 | 46 |
| Binary | 10000010 | 1101010 | 1000010 | 0 | 10010 | 110001 | 110001 | 100110 | 100001 | 100110 |
Color Harmonies of #826A42
Complementary color
Monochromatic Colors of #826A42
Black with #826A42
Text Example
Text Example
White with #826A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A42; }
p { color: rgb(130,106,66); }
H1.HeaderClassName
{
color: #826A42;
}
.AnyTagClassName
{
color: #826A42;
}
</style>
background-color css
<style>
a { background-color: #826A42; }
a { background-color: rgb(130,106,66); }
div.DivClassName
{
background-color: #826A42;
}
.BgClassName
{
background-color: #826A42;
}
</style>
border-color css
<style>
span { border-color: #826A42; }
span { border-color: rgb(130,106,66); }
td.TdClassName
{
border-color: #826A42;
}
.TagClassName
{
border-color: #826A42;
}
</style>