Shades of Korma #88522E
Tints of Korma #88522E
RGB
CMYK
RGB Variations
Color information
#88522E (or 0x88522E) is known color: Korma. HEX triplet: 88, 52 and 2E. RGB value is (136,82,46). Sum of RGB (Red+Green+Blue) = 136+82+46=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88522E is #77ADD1. Grayscale: #5E5E5E. Windows color (decimal): -7843282 or 3035784. OLE color: 3035784.
HSL color Cylindrical-coordinate representation of color #88522E: hue angle of 24º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88522E is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 46 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.47 |
| HSL | 24º | 0.49% | 0.36% | - |
| HSV(B) | 24º | 0.66% | 0.53% | - |
| XYZ | 13.66 | 11.47 | 4.08 | - |
| YUV | 94.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 46 | 0 | 0.40 | 0.66 | 0.47 | 24 | 0.49 | 0.36 |
| Hex | 88 | 52 | 2E | 0 | 28 | 42 | 2F | 18 | 31 | 24 |
| Octal | 210 | 122 | 56 | 0 | 50 | 102 | 57 | 30 | 61 | 44 |
| Binary | 10001000 | 1010010 | 101110 | 0 | 101000 | 1000010 | 101111 | 11000 | 110001 | 100100 |
Color Harmonies of #88522E
Complementary color
Monochromatic Colors of #88522E
Black with #88522E
Text Example
Text Example
White with #88522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88522E; }
p { color: rgb(136,82,46); }
H1.HeaderClassName
{
color: #88522E;
}
.AnyTagClassName
{
color: #88522E;
}
</style>
background-color css
<style>
a { background-color: #88522E; }
a { background-color: rgb(136,82,46); }
div.DivClassName
{
background-color: #88522E;
}
.BgClassName
{
background-color: #88522E;
}
</style>
border-color css
<style>
span { border-color: #88522E; }
span { border-color: rgb(136,82,46); }
td.TdClassName
{
border-color: #88522E;
}
.TagClassName
{
border-color: #88522E;
}
</style>