Shades of Highball #88823C
Tints of Highball #88823C
RGB
CMYK
RGB Variations
Color information
#88823C (or 0x88823C) is known color: Highball. HEX triplet: 88, 82 and 3C. RGB value is (136,130,60). Sum of RGB (Red+Green+Blue) = 136+130+60=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88823C is #777DC3. Grayscale: #7C7C7C. Windows color (decimal): -7830980 or 3965576. OLE color: 3965576.
HSL color Cylindrical-coordinate representation of color #88823C: hue angle of 55.26º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88823C is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 60 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.47 |
| HSL | 55.26º | 0.39% | 0.38% | - |
| HSV(B) | 55.26º | 0.56% | 0.53% | - |
| XYZ | 18.95 | 21.53 | 7.43 | - |
| YUV | 123.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 60 | 0 | 0.04 | 0.56 | 0.47 | 55.26 | 0.39 | 0.38 |
| Hex | 88 | 82 | 3C | 0 | 4 | 38 | 2F | 37 | 27 | 26 |
| Octal | 210 | 202 | 74 | 0 | 4 | 70 | 57 | 67 | 47 | 46 |
| Binary | 10001000 | 10000010 | 111100 | 0 | 100 | 111000 | 101111 | 110111 | 100111 | 100110 |
Color Harmonies of #88823C
Complementary color
Monochromatic Colors of #88823C
Black with #88823C
Text Example
Text Example
White with #88823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88823C; }
p { color: rgb(136,130,60); }
H1.HeaderClassName
{
color: #88823C;
}
.AnyTagClassName
{
color: #88823C;
}
</style>
background-color css
<style>
a { background-color: #88823C; }
a { background-color: rgb(136,130,60); }
div.DivClassName
{
background-color: #88823C;
}
.BgClassName
{
background-color: #88823C;
}
</style>
border-color css
<style>
span { border-color: #88823C; }
span { border-color: rgb(136,130,60); }
td.TdClassName
{
border-color: #88823C;
}
.TagClassName
{
border-color: #88823C;
}
</style>