Shades of Shadow #887948
Tints of Shadow #887948
RGB
CMYK
RGB Variations
Color information
#887948 (or 0x887948) is known color: Shadow. HEX triplet: 88, 79 and 48. RGB value is (136,121,72). Sum of RGB (Red+Green+Blue) = 136+121+72=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #887948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887948 is #7786B7. Grayscale: #787878. Windows color (decimal): -7833272 or 4749704. OLE color: 4749704.
HSL color Cylindrical-coordinate representation of color #887948: hue angle of 45.94º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #887948 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 72 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.47 |
| HSL | 45.94º | 0.31% | 0.41% | - |
| HSV(B) | 45.94º | 0.47% | 0.53% | - |
| XYZ | 18.16 | 19.38 | 8.91 | - |
| YUV | 119.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 72 | 0 | 0.11 | 0.47 | 0.47 | 45.94 | 0.31 | 0.41 |
| Hex | 88 | 79 | 48 | 0 | B | 2F | 2F | 2E | 1F | 29 |
| Octal | 210 | 171 | 110 | 0 | 13 | 57 | 57 | 56 | 37 | 51 |
| Binary | 10001000 | 1111001 | 1001000 | 0 | 1011 | 101111 | 101111 | 101110 | 11111 | 101001 |
Color Harmonies of #887948
Complementary color
Monochromatic Colors of #887948
Black with #887948
Text Example
Text Example
White with #887948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887948; }
p { color: rgb(136,121,72); }
H1.HeaderClassName
{
color: #887948;
}
.AnyTagClassName
{
color: #887948;
}
</style>
background-color css
<style>
a { background-color: #887948; }
a { background-color: rgb(136,121,72); }
div.DivClassName
{
background-color: #887948;
}
.BgClassName
{
background-color: #887948;
}
</style>
border-color css
<style>
span { border-color: #887948; }
span { border-color: rgb(136,121,72); }
td.TdClassName
{
border-color: #887948;
}
.TagClassName
{
border-color: #887948;
}
</style>