Shades of Shadow #826C41
Tints of Shadow #826C41
RGB
CMYK
RGB Variations
Color information
#826C41 (or 0x826C41) is known color: Shadow. HEX triplet: 82, 6C and 41. RGB value is (130,108,65). Sum of RGB (Red+Green+Blue) = 130+108+65=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #826C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C41 is #7D93BE. Grayscale: #6D6D6D. Windows color (decimal): -8229823 or 4287618. OLE color: 4287618.
HSL color Cylindrical-coordinate representation of color #826C41: hue angle of 39.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826C41 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 108 | 65 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.49 |
| HSL | 39.69º | 0.33% | 0.38% | - |
| HSV(B) | 39.69º | 0.5% | 0.51% | - |
| XYZ | 15.52 | 15.85 | 7.24 | - |
| YUV | 109.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 65 | 0 | 0.17 | 0.50 | 0.49 | 39.69 | 0.33 | 0.38 |
| Hex | 82 | 6C | 41 | 0 | 11 | 32 | 31 | 28 | 21 | 26 |
| Octal | 202 | 154 | 101 | 0 | 21 | 62 | 61 | 50 | 41 | 46 |
| Binary | 10000010 | 1101100 | 1000001 | 0 | 10001 | 110010 | 110001 | 101000 | 100001 | 100110 |
Color Harmonies of #826C41
Complementary color
Monochromatic Colors of #826C41
Black with #826C41
Text Example
Text Example
White with #826C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C41; }
p { color: rgb(130,108,65); }
H1.HeaderClassName
{
color: #826C41;
}
.AnyTagClassName
{
color: #826C41;
}
</style>
background-color css
<style>
a { background-color: #826C41; }
a { background-color: rgb(130,108,65); }
div.DivClassName
{
background-color: #826C41;
}
.BgClassName
{
background-color: #826C41;
}
</style>
border-color css
<style>
span { border-color: #826C41; }
span { border-color: rgb(130,108,65); }
td.TdClassName
{
border-color: #826C41;
}
.TagClassName
{
border-color: #826C41;
}
</style>