Shades of Korma #885221
Tints of Korma #885221
RGB
CMYK
RGB Variations
Color information
#885221 (or 0x885221) is known color: Korma. HEX triplet: 88, 52 and 21. RGB value is (136,82,33). Sum of RGB (Red+Green+Blue) = 136+82+33=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #885221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885221 is #77ADDE. Grayscale: #5C5C5C. Windows color (decimal): -7843295 or 2183816. OLE color: 2183816.
HSL color Cylindrical-coordinate representation of color #885221: hue angle of 28.54º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #885221 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 33 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.47 |
| HSL | 28.54º | 0.61% | 0.33% | - |
| HSV(B) | 28.54º | 0.76% | 0.53% | - |
| XYZ | 13.45 | 11.38 | 2.93 | - |
| YUV | 92.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 33 | 0 | 0.40 | 0.76 | 0.47 | 28.54 | 0.61 | 0.33 |
| Hex | 88 | 52 | 21 | 0 | 28 | 4C | 2F | 1D | 3D | 21 |
| Octal | 210 | 122 | 41 | 0 | 50 | 114 | 57 | 35 | 75 | 41 |
| Binary | 10001000 | 1010010 | 100001 | 0 | 101000 | 1001100 | 101111 | 11101 | 111101 | 100001 |
Color Harmonies of #885221
Complementary color
Monochromatic Colors of #885221
Black with #885221
Text Example
Text Example
White with #885221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885221; }
p { color: rgb(136,82,33); }
H1.HeaderClassName
{
color: #885221;
}
.AnyTagClassName
{
color: #885221;
}
</style>
background-color css
<style>
a { background-color: #885221; }
a { background-color: rgb(136,82,33); }
div.DivClassName
{
background-color: #885221;
}
.BgClassName
{
background-color: #885221;
}
</style>
border-color css
<style>
span { border-color: #885221; }
span { border-color: rgb(136,82,33); }
td.TdClassName
{
border-color: #885221;
}
.TagClassName
{
border-color: #885221;
}
</style>