Shades of Shadow #826B4F
Tints of Shadow #826B4F
RGB
CMYK
RGB Variations
Color information
#826B4F (or 0x826B4F) is known color: Shadow. HEX triplet: 82, 6B and 4F. RGB value is (130,107,79). Sum of RGB (Red+Green+Blue) = 130+107+79=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #826B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B4F is #7D94B0. Grayscale: #6E6E6E. Windows color (decimal): -8230065 or 5204866. OLE color: 5204866.
HSL color Cylindrical-coordinate representation of color #826B4F: hue angle of 32.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #826B4F is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 79 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.49 |
| HSL | 32.94º | 0.24% | 0.41% | - |
| HSV(B) | 32.94º | 0.39% | 0.51% | - |
| XYZ | 15.87 | 15.83 | 9.62 | - |
| YUV | 110.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 79 | 0 | 0.18 | 0.39 | 0.49 | 32.94 | 0.24 | 0.41 |
| Hex | 82 | 6B | 4F | 0 | 12 | 27 | 31 | 21 | 18 | 29 |
| Octal | 202 | 153 | 117 | 0 | 22 | 47 | 61 | 41 | 30 | 51 |
| Binary | 10000010 | 1101011 | 1001111 | 0 | 10010 | 100111 | 110001 | 100001 | 11000 | 101001 |
Color Harmonies of #826B4F
Complementary color
Monochromatic Colors of #826B4F
Black with #826B4F
Text Example
Text Example
White with #826B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B4F; }
p { color: rgb(130,107,79); }
H1.HeaderClassName
{
color: #826B4F;
}
.AnyTagClassName
{
color: #826B4F;
}
</style>
background-color css
<style>
a { background-color: #826B4F; }
a { background-color: rgb(130,107,79); }
div.DivClassName
{
background-color: #826B4F;
}
.BgClassName
{
background-color: #826B4F;
}
</style>
border-color css
<style>
span { border-color: #826B4F; }
span { border-color: rgb(130,107,79); }
td.TdClassName
{
border-color: #826B4F;
}
.TagClassName
{
border-color: #826B4F;
}
</style>