Shades of Korma #88502C
Tints of Korma #88502C
RGB
CMYK
RGB Variations
Color information
#88502C (or 0x88502C) is known color: Korma. HEX triplet: 88, 50 and 2C. RGB value is (136,80,44). Sum of RGB (Red+Green+Blue) = 136+80+44=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #88502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88502C is #77AFD3. Grayscale: #5C5C5C. Windows color (decimal): -7843796 or 2904200. OLE color: 2904200.
HSL color Cylindrical-coordinate representation of color #88502C: hue angle of 23.48º 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 #88502C is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 44 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.47 |
| HSL | 23.48º | 0.51% | 0.35% | - |
| HSV(B) | 23.48º | 0.68% | 0.53% | - |
| XYZ | 13.48 | 11.15 | 3.83 | - |
| YUV | 92.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 44 | 0 | 0.41 | 0.68 | 0.47 | 23.48 | 0.51 | 0.35 |
| Hex | 88 | 50 | 2C | 0 | 29 | 44 | 2F | 17 | 33 | 23 |
| Octal | 210 | 120 | 54 | 0 | 51 | 104 | 57 | 27 | 63 | 43 |
| Binary | 10001000 | 1010000 | 101100 | 0 | 101001 | 1000100 | 101111 | 10111 | 110011 | 100011 |
Color Harmonies of #88502C
Complementary color
Monochromatic Colors of #88502C
Black with #88502C
Text Example
Text Example
White with #88502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88502C; }
p { color: rgb(136,80,44); }
H1.HeaderClassName
{
color: #88502C;
}
.AnyTagClassName
{
color: #88502C;
}
</style>
background-color css
<style>
a { background-color: #88502C; }
a { background-color: rgb(136,80,44); }
div.DivClassName
{
background-color: #88502C;
}
.BgClassName
{
background-color: #88502C;
}
</style>
border-color css
<style>
span { border-color: #88502C; }
span { border-color: rgb(136,80,44); }
td.TdClassName
{
border-color: #88502C;
}
.TagClassName
{
border-color: #88502C;
}
</style>