Shades of Highball #88823F
Tints of Highball #88823F
RGB
CMYK
RGB Variations
Color information
#88823F (or 0x88823F) is known color: Highball. HEX triplet: 88, 82 and 3F. RGB value is (136,130,63). Sum of RGB (Red+Green+Blue) = 136+130+63=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88823F is #777DC0. Grayscale: #7C7C7C. Windows color (decimal): -7830977 or 4162184. OLE color: 4162184.
HSL color Cylindrical-coordinate representation of color #88823F: hue angle of 55.07º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88823F is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 63 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.47 |
| HSL | 55.07º | 0.37% | 0.39% | - |
| HSV(B) | 55.07º | 0.54% | 0.53% | - |
| XYZ | 19.03 | 21.56 | 7.86 | - |
| YUV | 124.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 63 | 0 | 0.04 | 0.54 | 0.47 | 55.07 | 0.37 | 0.39 |
| Hex | 88 | 82 | 3F | 0 | 4 | 36 | 2F | 37 | 25 | 27 |
| Octal | 210 | 202 | 77 | 0 | 4 | 66 | 57 | 67 | 45 | 47 |
| Binary | 10001000 | 10000010 | 111111 | 0 | 100 | 110110 | 101111 | 110111 | 100101 | 100111 |
Color Harmonies of #88823F
Complementary color
Monochromatic Colors of #88823F
Black with #88823F
Text Example
Text Example
White with #88823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88823F; }
p { color: rgb(136,130,63); }
H1.HeaderClassName
{
color: #88823F;
}
.AnyTagClassName
{
color: #88823F;
}
</style>
background-color css
<style>
a { background-color: #88823F; }
a { background-color: rgb(136,130,63); }
div.DivClassName
{
background-color: #88823F;
}
.BgClassName
{
background-color: #88823F;
}
</style>
border-color css
<style>
span { border-color: #88823F; }
span { border-color: rgb(136,130,63); }
td.TdClassName
{
border-color: #88823F;
}
.TagClassName
{
border-color: #88823F;
}
</style>