Shades of Korma #885232
Tints of Korma #885232
RGB
CMYK
RGB Variations
Color information
#885232 (or 0x885232) is known color: Korma. HEX triplet: 88, 52 and 32. RGB value is (136,82,50). Sum of RGB (Red+Green+Blue) = 136+82+50=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885232 is #77ADCD. Grayscale: #5E5E5E. Windows color (decimal): -7843278 or 3297928. OLE color: 3297928.
HSL color Cylindrical-coordinate representation of color #885232: hue angle of 22.33º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885232 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 50 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.47 |
| HSL | 22.33º | 0.46% | 0.36% | - |
| HSV(B) | 22.33º | 0.63% | 0.53% | - |
| XYZ | 13.75 | 11.5 | 4.51 | - |
| YUV | 94.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 50 | 0 | 0.40 | 0.63 | 0.47 | 22.33 | 0.46 | 0.36 |
| Hex | 88 | 52 | 32 | 0 | 28 | 3F | 2F | 16 | 2E | 24 |
| Octal | 210 | 122 | 62 | 0 | 50 | 77 | 57 | 26 | 56 | 44 |
| Binary | 10001000 | 1010010 | 110010 | 0 | 101000 | 111111 | 101111 | 10110 | 101110 | 100100 |
Color Harmonies of #885232
Complementary color
Monochromatic Colors of #885232
Black with #885232
Text Example
Text Example
White with #885232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885232; }
p { color: rgb(136,82,50); }
H1.HeaderClassName
{
color: #885232;
}
.AnyTagClassName
{
color: #885232;
}
</style>
background-color css
<style>
a { background-color: #885232; }
a { background-color: rgb(136,82,50); }
div.DivClassName
{
background-color: #885232;
}
.BgClassName
{
background-color: #885232;
}
</style>
border-color css
<style>
span { border-color: #885232; }
span { border-color: rgb(136,82,50); }
td.TdClassName
{
border-color: #885232;
}
.TagClassName
{
border-color: #885232;
}
</style>