Shades of Korma #88512C
Tints of Korma #88512C
RGB
CMYK
RGB Variations
Color information
#88512C (or 0x88512C) is known color: Korma. HEX triplet: 88, 51 and 2C. RGB value is (136,81,44). Sum of RGB (Red+Green+Blue) = 136+81+44=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88512C is #77AED3. Grayscale: #5D5D5D. Windows color (decimal): -7843540 or 2904456. OLE color: 2904456.
HSL color Cylindrical-coordinate representation of color #88512C: hue angle of 24.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88512C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 44 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.47 |
| HSL | 24.13º | 0.51% | 0.35% | - |
| HSV(B) | 24.13º | 0.68% | 0.53% | - |
| XYZ | 13.55 | 11.3 | 3.85 | - |
| YUV | 93.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 44 | 0 | 0.40 | 0.68 | 0.47 | 24.13 | 0.51 | 0.35 |
| Hex | 88 | 51 | 2C | 0 | 28 | 44 | 2F | 18 | 33 | 23 |
| Octal | 210 | 121 | 54 | 0 | 50 | 104 | 57 | 30 | 63 | 43 |
| Binary | 10001000 | 1010001 | 101100 | 0 | 101000 | 1000100 | 101111 | 11000 | 110011 | 100011 |
Color Harmonies of #88512C
Complementary color
Monochromatic Colors of #88512C
Black with #88512C
Text Example
Text Example
White with #88512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88512C; }
p { color: rgb(136,81,44); }
H1.HeaderClassName
{
color: #88512C;
}
.AnyTagClassName
{
color: #88512C;
}
</style>
background-color css
<style>
a { background-color: #88512C; }
a { background-color: rgb(136,81,44); }
div.DivClassName
{
background-color: #88512C;
}
.BgClassName
{
background-color: #88512C;
}
</style>
border-color css
<style>
span { border-color: #88512C; }
span { border-color: rgb(136,81,44); }
td.TdClassName
{
border-color: #88512C;
}
.TagClassName
{
border-color: #88512C;
}
</style>