Shades of Korma #88522D
Tints of Korma #88522D
RGB
CMYK
RGB Variations
Color information
#88522D (or 0x88522D) is known color: Korma. HEX triplet: 88, 52 and 2D. RGB value is (136,82,45). Sum of RGB (Red+Green+Blue) = 136+82+45=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88522D is #77ADD2. Grayscale: #5E5E5E. Windows color (decimal): -7843283 or 2970248. OLE color: 2970248.
HSL color Cylindrical-coordinate representation of color #88522D: hue angle of 24.4º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88522D is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 45 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.47 |
| HSL | 24.4º | 0.5% | 0.35% | - |
| HSV(B) | 24.4º | 0.67% | 0.53% | - |
| XYZ | 13.64 | 11.46 | 3.98 | - |
| YUV | 93.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 45 | 0 | 0.40 | 0.67 | 0.47 | 24.4 | 0.5 | 0.35 |
| Hex | 88 | 52 | 2D | 0 | 28 | 43 | 2F | 18 | 32 | 23 |
| Octal | 210 | 122 | 55 | 0 | 50 | 103 | 57 | 30 | 62 | 43 |
| Binary | 10001000 | 1010010 | 101101 | 0 | 101000 | 1000011 | 101111 | 11000 | 110010 | 100011 |
Color Harmonies of #88522D
Complementary color
Monochromatic Colors of #88522D
Black with #88522D
Text Example
Text Example
White with #88522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88522D; }
p { color: rgb(136,82,45); }
H1.HeaderClassName
{
color: #88522D;
}
.AnyTagClassName
{
color: #88522D;
}
</style>
background-color css
<style>
a { background-color: #88522D; }
a { background-color: rgb(136,82,45); }
div.DivClassName
{
background-color: #88522D;
}
.BgClassName
{
background-color: #88522D;
}
</style>
border-color css
<style>
span { border-color: #88522D; }
span { border-color: rgb(136,82,45); }
td.TdClassName
{
border-color: #88522D;
}
.TagClassName
{
border-color: #88522D;
}
</style>