Shades of Shadow #826848
Tints of Shadow #826848
RGB
CMYK
RGB Variations
Color information
#826848 (or 0x826848) is known color: Shadow. HEX triplet: 82, 68 and 48. RGB value is (130,104,72). Sum of RGB (Red+Green+Blue) = 130+104+72=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #826848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826848 is #7D97B7. Grayscale: #6C6C6C. Windows color (decimal): -8230840 or 4745346. OLE color: 4745346.
HSL color Cylindrical-coordinate representation of color #826848: hue angle of 33.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #826848 is Cyan = 0, Magento = 0.2, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 72 | - |
| CMYK | 0 | 0.2 | 0.45 | 0.49 |
| HSL | 33.1º | 0.29% | 0.4% | - |
| HSV(B) | 33.1º | 0.45% | 0.51% | - |
| XYZ | 15.33 | 15.11 | 8.24 | - |
| YUV | 108.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 72 | 0 | 0.2 | 0.45 | 0.49 | 33.1 | 0.29 | 0.4 |
| Hex | 82 | 68 | 48 | 0 | 14 | 2D | 31 | 21 | 1D | 28 |
| Octal | 202 | 150 | 110 | 0 | 24 | 55 | 61 | 41 | 35 | 50 |
| Binary | 10000010 | 1101000 | 1001000 | 0 | 10100 | 101101 | 110001 | 100001 | 11101 | 101000 |
Color Harmonies of #826848
Complementary color
Monochromatic Colors of #826848
Black with #826848
Text Example
Text Example
White with #826848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826848; }
p { color: rgb(130,104,72); }
H1.HeaderClassName
{
color: #826848;
}
.AnyTagClassName
{
color: #826848;
}
</style>
background-color css
<style>
a { background-color: #826848; }
a { background-color: rgb(130,104,72); }
div.DivClassName
{
background-color: #826848;
}
.BgClassName
{
background-color: #826848;
}
</style>
border-color css
<style>
span { border-color: #826848; }
span { border-color: rgb(130,104,72); }
td.TdClassName
{
border-color: #826848;
}
.TagClassName
{
border-color: #826848;
}
</style>