Shades of Shadow #826949
Tints of Shadow #826949
RGB
CMYK
RGB Variations
Color information
#826949 (or 0x826949) is known color: Shadow. HEX triplet: 82, 69 and 49. RGB value is (130,105,73). Sum of RGB (Red+Green+Blue) = 130+105+73=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #826949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826949 is #7D96B6. Grayscale: #6C6C6C. Windows color (decimal): -8230583 or 4811138. OLE color: 4811138.
HSL color Cylindrical-coordinate representation of color #826949: hue angle of 33.68º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #826949 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 73 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.49 |
| HSL | 33.68º | 0.28% | 0.4% | - |
| HSV(B) | 33.68º | 0.44% | 0.51% | - |
| XYZ | 15.46 | 15.33 | 8.45 | - |
| YUV | 108.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 73 | 0 | 0.19 | 0.44 | 0.49 | 33.68 | 0.28 | 0.4 |
| Hex | 82 | 69 | 49 | 0 | 13 | 2C | 31 | 22 | 1C | 28 |
| Octal | 202 | 151 | 111 | 0 | 23 | 54 | 61 | 42 | 34 | 50 |
| Binary | 10000010 | 1101001 | 1001001 | 0 | 10011 | 101100 | 110001 | 100010 | 11100 | 101000 |
Color Harmonies of #826949
Complementary color
Monochromatic Colors of #826949
Black with #826949
Text Example
Text Example
White with #826949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826949; }
p { color: rgb(130,105,73); }
H1.HeaderClassName
{
color: #826949;
}
.AnyTagClassName
{
color: #826949;
}
</style>
background-color css
<style>
a { background-color: #826949; }
a { background-color: rgb(130,105,73); }
div.DivClassName
{
background-color: #826949;
}
.BgClassName
{
background-color: #826949;
}
</style>
border-color css
<style>
span { border-color: #826949; }
span { border-color: rgb(130,105,73); }
td.TdClassName
{
border-color: #826949;
}
.TagClassName
{
border-color: #826949;
}
</style>