Shades of Korma #895232
Tints of Korma #895232
RGB
CMYK
RGB Variations
Color information
#895232 (or 0x895232) is known color: Korma. HEX triplet: 89, 52 and 32. RGB value is (137,82,50). Sum of RGB (Red+Green+Blue) = 137+82+50=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895232 is #76ADCD. Grayscale: #5E5E5E. Windows color (decimal): -7777742 or 3297929. OLE color: 3297929.
HSL color Cylindrical-coordinate representation of color #895232: hue angle of 22.07º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895232 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 50 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.46 |
| HSL | 22.07º | 0.47% | 0.37% | - |
| HSV(B) | 22.07º | 0.64% | 0.54% | - |
| XYZ | 13.91 | 11.58 | 4.52 | - |
| YUV | 94.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 50 | 0 | 0.40 | 0.64 | 0.46 | 22.07 | 0.47 | 0.37 |
| Hex | 89 | 52 | 32 | 0 | 28 | 40 | 2E | 16 | 2F | 25 |
| Octal | 211 | 122 | 62 | 0 | 50 | 100 | 56 | 26 | 57 | 45 |
| Binary | 10001001 | 1010010 | 110010 | 0 | 101000 | 1000000 | 101110 | 10110 | 101111 | 100101 |
Color Harmonies of #895232
Complementary color
Monochromatic Colors of #895232
Black with #895232
Text Example
Text Example
White with #895232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895232; }
p { color: rgb(137,82,50); }
H1.HeaderClassName
{
color: #895232;
}
.AnyTagClassName
{
color: #895232;
}
</style>
background-color css
<style>
a { background-color: #895232; }
a { background-color: rgb(137,82,50); }
div.DivClassName
{
background-color: #895232;
}
.BgClassName
{
background-color: #895232;
}
</style>
border-color css
<style>
span { border-color: #895232; }
span { border-color: rgb(137,82,50); }
td.TdClassName
{
border-color: #895232;
}
.TagClassName
{
border-color: #895232;
}
</style>