Shades of Korma #88532C
Tints of Korma #88532C
RGB
CMYK
RGB Variations
Color information
#88532C (or 0x88532C) is known color: Korma. HEX triplet: 88, 53 and 2C. RGB value is (136,83,44). Sum of RGB (Red+Green+Blue) = 136+83+44=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88532C is #77ACD3. Grayscale: #5E5E5E. Windows color (decimal): -7843028 or 2904968. OLE color: 2904968.
HSL color Cylindrical-coordinate representation of color #88532C: hue angle of 25.43º 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 #88532C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 44 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.47 |
| HSL | 25.43º | 0.51% | 0.35% | - |
| HSV(B) | 25.43º | 0.68% | 0.53% | - |
| XYZ | 13.7 | 11.6 | 3.9 | - |
| YUV | 94.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 44 | 0 | 0.39 | 0.68 | 0.47 | 25.43 | 0.51 | 0.35 |
| Hex | 88 | 53 | 2C | 0 | 27 | 44 | 2F | 19 | 33 | 23 |
| Octal | 210 | 123 | 54 | 0 | 47 | 104 | 57 | 31 | 63 | 43 |
| Binary | 10001000 | 1010011 | 101100 | 0 | 100111 | 1000100 | 101111 | 11001 | 110011 | 100011 |
Color Harmonies of #88532C
Complementary color
Monochromatic Colors of #88532C
Black with #88532C
Text Example
Text Example
White with #88532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88532C; }
p { color: rgb(136,83,44); }
H1.HeaderClassName
{
color: #88532C;
}
.AnyTagClassName
{
color: #88532C;
}
</style>
background-color css
<style>
a { background-color: #88532C; }
a { background-color: rgb(136,83,44); }
div.DivClassName
{
background-color: #88532C;
}
.BgClassName
{
background-color: #88532C;
}
</style>
border-color css
<style>
span { border-color: #88532C; }
span { border-color: rgb(136,83,44); }
td.TdClassName
{
border-color: #88532C;
}
.TagClassName
{
border-color: #88532C;
}
</style>