Shades of Korma #885528
Tints of Korma #885528
RGB
CMYK
RGB Variations
Color information
#885528 (or 0x885528) is known color: Korma. HEX triplet: 88, 55 and 28. RGB value is (136,85,40). Sum of RGB (Red+Green+Blue) = 136+85+40=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #885528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885528 is #77AAD7. Grayscale: #5F5F5F. Windows color (decimal): -7842520 or 2643336. OLE color: 2643336.
HSL color Cylindrical-coordinate representation of color #885528: hue angle of 28.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #885528 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 40 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.47 |
| HSL | 28.13º | 0.55% | 0.35% | - |
| HSV(B) | 28.13º | 0.71% | 0.53% | - |
| XYZ | 13.78 | 11.88 | 3.57 | - |
| YUV | 95.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 40 | 0 | 0.38 | 0.71 | 0.47 | 28.13 | 0.55 | 0.35 |
| Hex | 88 | 55 | 28 | 0 | 26 | 47 | 2F | 1C | 37 | 23 |
| Octal | 210 | 125 | 50 | 0 | 46 | 107 | 57 | 34 | 67 | 43 |
| Binary | 10001000 | 1010101 | 101000 | 0 | 100110 | 1000111 | 101111 | 11100 | 110111 | 100011 |
Color Harmonies of #885528
Complementary color
Monochromatic Colors of #885528
Black with #885528
Text Example
Text Example
White with #885528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885528; }
p { color: rgb(136,85,40); }
H1.HeaderClassName
{
color: #885528;
}
.AnyTagClassName
{
color: #885528;
}
</style>
background-color css
<style>
a { background-color: #885528; }
a { background-color: rgb(136,85,40); }
div.DivClassName
{
background-color: #885528;
}
.BgClassName
{
background-color: #885528;
}
</style>
border-color css
<style>
span { border-color: #885528; }
span { border-color: rgb(136,85,40); }
td.TdClassName
{
border-color: #885528;
}
.TagClassName
{
border-color: #885528;
}
</style>