Shades of Highball #88854B
Tints of Highball #88854B
RGB
CMYK
RGB Variations
Color information
#88854B (or 0x88854B) is known color: Highball. HEX triplet: 88, 85 and 4B. RGB value is (136,133,75). Sum of RGB (Red+Green+Blue) = 136+133+75=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #88854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88854B is #777AB4. Grayscale: #7F7F7F. Windows color (decimal): -7830197 or 4949384. OLE color: 4949384.
HSL color Cylindrical-coordinate representation of color #88854B: hue angle of 57.05º 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 #88854B is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 75 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.47 |
| HSL | 57.05º | 0.29% | 0.41% | - |
| HSV(B) | 57.05º | 0.45% | 0.53% | - |
| XYZ | 19.81 | 22.52 | 9.96 | - |
| YUV | 127.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 75 | 0 | 0.02 | 0.45 | 0.47 | 57.05 | 0.29 | 0.41 |
| Hex | 88 | 85 | 4B | 0 | 2 | 2D | 2F | 39 | 1D | 29 |
| Octal | 210 | 205 | 113 | 0 | 2 | 55 | 57 | 71 | 35 | 51 |
| Binary | 10001000 | 10000101 | 1001011 | 0 | 10 | 101101 | 101111 | 111001 | 11101 | 101001 |
Color Harmonies of #88854B
Complementary color
Monochromatic Colors of #88854B
Black with #88854B
Text Example
Text Example
White with #88854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88854B; }
p { color: rgb(136,133,75); }
H1.HeaderClassName
{
color: #88854B;
}
.AnyTagClassName
{
color: #88854B;
}
</style>
background-color css
<style>
a { background-color: #88854B; }
a { background-color: rgb(136,133,75); }
div.DivClassName
{
background-color: #88854B;
}
.BgClassName
{
background-color: #88854B;
}
</style>
border-color css
<style>
span { border-color: #88854B; }
span { border-color: rgb(136,133,75); }
td.TdClassName
{
border-color: #88854B;
}
.TagClassName
{
border-color: #88854B;
}
</style>