Shades of Shadow #837555
Tints of Shadow #837555
RGB
CMYK
RGB Variations
Color information
#837555 (or 0x837555) is known color: Shadow. HEX triplet: 83, 75 and 55. RGB value is (131,117,85). Sum of RGB (Red+Green+Blue) = 131+117+85=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #837555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837555 is #7C8AAA. Grayscale: #757575. Windows color (decimal): -8161963 or 5600643. OLE color: 5600643.
HSL color Cylindrical-coordinate representation of color #837555: hue angle of 41.74º 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 #837555 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 85 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.49 |
| HSL | 41.74º | 0.21% | 0.42% | - |
| HSV(B) | 41.74º | 0.35% | 0.51% | - |
| XYZ | 17.36 | 18.2 | 11.19 | - |
| YUV | 117.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 85 | 0 | 0.11 | 0.35 | 0.49 | 41.74 | 0.21 | 0.42 |
| Hex | 83 | 75 | 55 | 0 | B | 23 | 31 | 2A | 15 | 2A |
| Octal | 203 | 165 | 125 | 0 | 13 | 43 | 61 | 52 | 25 | 52 |
| Binary | 10000011 | 1110101 | 1010101 | 0 | 1011 | 100011 | 110001 | 101010 | 10101 | 101010 |
Color Harmonies of #837555
Complementary color
Monochromatic Colors of #837555
Black with #837555
Text Example
Text Example
White with #837555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837555; }
p { color: rgb(131,117,85); }
H1.HeaderClassName
{
color: #837555;
}
.AnyTagClassName
{
color: #837555;
}
</style>
background-color css
<style>
a { background-color: #837555; }
a { background-color: rgb(131,117,85); }
div.DivClassName
{
background-color: #837555;
}
.BgClassName
{
background-color: #837555;
}
</style>
border-color css
<style>
span { border-color: #837555; }
span { border-color: rgb(131,117,85); }
td.TdClassName
{
border-color: #837555;
}
.TagClassName
{
border-color: #837555;
}
</style>