Shades of Shadow #837255
Tints of Shadow #837255
RGB
CMYK
RGB Variations
Color information
#837255 (or 0x837255) is known color: Shadow. HEX triplet: 83, 72 and 55. RGB value is (131,114,85). Sum of RGB (Red+Green+Blue) = 131+114+85=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #837255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837255 is #7C8DAA. Grayscale: #737373. Windows color (decimal): -8162731 or 5599875. OLE color: 5599875.
HSL color Cylindrical-coordinate representation of color #837255: hue angle of 37.83º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837255 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 85 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.49 |
| HSL | 37.83º | 0.21% | 0.42% | - |
| HSV(B) | 37.83º | 0.35% | 0.51% | - |
| XYZ | 17.02 | 17.52 | 11.08 | - |
| YUV | 115.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 85 | 0 | 0.13 | 0.35 | 0.49 | 37.83 | 0.21 | 0.42 |
| Hex | 83 | 72 | 55 | 0 | D | 23 | 31 | 26 | 15 | 2A |
| Octal | 203 | 162 | 125 | 0 | 15 | 43 | 61 | 46 | 25 | 52 |
| Binary | 10000011 | 1110010 | 1010101 | 0 | 1101 | 100011 | 110001 | 100110 | 10101 | 101010 |
Color Harmonies of #837255
Complementary color
Monochromatic Colors of #837255
Black with #837255
Text Example
Text Example
White with #837255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837255; }
p { color: rgb(131,114,85); }
H1.HeaderClassName
{
color: #837255;
}
.AnyTagClassName
{
color: #837255;
}
</style>
background-color css
<style>
a { background-color: #837255; }
a { background-color: rgb(131,114,85); }
div.DivClassName
{
background-color: #837255;
}
.BgClassName
{
background-color: #837255;
}
</style>
border-color css
<style>
span { border-color: #837255; }
span { border-color: rgb(131,114,85); }
td.TdClassName
{
border-color: #837255;
}
.TagClassName
{
border-color: #837255;
}
</style>