Shades of Shadow #826F53
Tints of Shadow #826F53
RGB
CMYK
RGB Variations
Color information
#826F53 (or 0x826F53) is known color: Shadow. HEX triplet: 82, 6F and 53. RGB value is (130,111,83). Sum of RGB (Red+Green+Blue) = 130+111+83=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #826F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F53 is #7D90AC. Grayscale: #717171. Windows color (decimal): -8229037 or 5468034. OLE color: 5468034.
HSL color Cylindrical-coordinate representation of color #826F53: hue angle of 35.74º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826F53 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 83 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.49 |
| HSL | 35.74º | 0.22% | 0.42% | - |
| HSV(B) | 35.74º | 0.36% | 0.51% | - |
| XYZ | 16.45 | 16.74 | 10.55 | - |
| YUV | 113.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 83 | 0 | 0.15 | 0.36 | 0.49 | 35.74 | 0.22 | 0.42 |
| Hex | 82 | 6F | 53 | 0 | F | 24 | 31 | 24 | 16 | 2A |
| Octal | 202 | 157 | 123 | 0 | 17 | 44 | 61 | 44 | 26 | 52 |
| Binary | 10000010 | 1101111 | 1010011 | 0 | 1111 | 100100 | 110001 | 100100 | 10110 | 101010 |
Color Harmonies of #826F53
Complementary color
Monochromatic Colors of #826F53
Black with #826F53
Text Example
Text Example
White with #826F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F53; }
p { color: rgb(130,111,83); }
H1.HeaderClassName
{
color: #826F53;
}
.AnyTagClassName
{
color: #826F53;
}
</style>
background-color css
<style>
a { background-color: #826F53; }
a { background-color: rgb(130,111,83); }
div.DivClassName
{
background-color: #826F53;
}
.BgClassName
{
background-color: #826F53;
}
</style>
border-color css
<style>
span { border-color: #826F53; }
span { border-color: rgb(130,111,83); }
td.TdClassName
{
border-color: #826F53;
}
.TagClassName
{
border-color: #826F53;
}
</style>