Shades of Shadow #88704B
Tints of Shadow #88704B
RGB
CMYK
RGB Variations
Color information
#88704B (or 0x88704B) is known color: Shadow. HEX triplet: 88, 70 and 4B. RGB value is (136,112,75). Sum of RGB (Red+Green+Blue) = 136+112+75=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #88704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88704B is #778FB4. Grayscale: #737373. Windows color (decimal): -7835573 or 4944008. OLE color: 4944008.
HSL color Cylindrical-coordinate representation of color #88704B: hue angle of 36.39º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88704B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 75 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.47 |
| HSL | 36.39º | 0.29% | 0.41% | - |
| HSV(B) | 36.39º | 0.45% | 0.53% | - |
| XYZ | 17.22 | 17.33 | 9.09 | - |
| YUV | 114.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 75 | 0 | 0.18 | 0.45 | 0.47 | 36.39 | 0.29 | 0.41 |
| Hex | 88 | 70 | 4B | 0 | 12 | 2D | 2F | 24 | 1D | 29 |
| Octal | 210 | 160 | 113 | 0 | 22 | 55 | 57 | 44 | 35 | 51 |
| Binary | 10001000 | 1110000 | 1001011 | 0 | 10010 | 101101 | 101111 | 100100 | 11101 | 101001 |
Color Harmonies of #88704B
Complementary color
Monochromatic Colors of #88704B
Black with #88704B
Text Example
Text Example
White with #88704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88704B; }
p { color: rgb(136,112,75); }
H1.HeaderClassName
{
color: #88704B;
}
.AnyTagClassName
{
color: #88704B;
}
</style>
background-color css
<style>
a { background-color: #88704B; }
a { background-color: rgb(136,112,75); }
div.DivClassName
{
background-color: #88704B;
}
.BgClassName
{
background-color: #88704B;
}
</style>
border-color css
<style>
span { border-color: #88704B; }
span { border-color: rgb(136,112,75); }
td.TdClassName
{
border-color: #88704B;
}
.TagClassName
{
border-color: #88704B;
}
</style>