Shades of Sand Dune #88735E
Tints of Sand Dune #88735E
RGB
CMYK
RGB Variations
Color information
#88735E (or 0x88735E) is known color: Sand Dune. HEX triplet: 88, 73 and 5E. RGB value is (136,115,94). Sum of RGB (Red+Green+Blue) = 136+115+94=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #88735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88735E is #778CA1. Grayscale: #767676. Windows color (decimal): -7834786 or 6189960. OLE color: 6189960.
HSL color Cylindrical-coordinate representation of color #88735E: hue angle of 30º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88735E is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 94 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.47 |
| HSL | 30º | 0.18% | 0.45% | - |
| HSV(B) | 30º | 0.31% | 0.53% | - |
| XYZ | 18.3 | 18.3 | 13.16 | - |
| YUV | 118.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 94 | 0 | 0.15 | 0.31 | 0.47 | 30 | 0.18 | 0.45 |
| Hex | 88 | 73 | 5E | 0 | F | 1F | 2F | 1E | 12 | 2D |
| Octal | 210 | 163 | 136 | 0 | 17 | 37 | 57 | 36 | 22 | 55 |
| Binary | 10001000 | 1110011 | 1011110 | 0 | 1111 | 11111 | 101111 | 11110 | 10010 | 101101 |
Color Harmonies of #88735E
Complementary color
Monochromatic Colors of #88735E
Black with #88735E
Text Example
Text Example
White with #88735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88735E; }
p { color: rgb(136,115,94); }
H1.HeaderClassName
{
color: #88735E;
}
.AnyTagClassName
{
color: #88735E;
}
</style>
background-color css
<style>
a { background-color: #88735E; }
a { background-color: rgb(136,115,94); }
div.DivClassName
{
background-color: #88735E;
}
.BgClassName
{
background-color: #88735E;
}
</style>
border-color css
<style>
span { border-color: #88735E; }
span { border-color: rgb(136,115,94); }
td.TdClassName
{
border-color: #88735E;
}
.TagClassName
{
border-color: #88735E;
}
</style>