Shades of Korma #895222
Tints of Korma #895222
RGB
CMYK
RGB Variations
Color information
#895222 (or 0x895222) is known color: Korma. HEX triplet: 89, 52 and 22. RGB value is (137,82,34). Sum of RGB (Red+Green+Blue) = 137+82+34=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #895222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895222 is #76ADDD. Grayscale: #5D5D5D. Windows color (decimal): -7777758 or 2249353. OLE color: 2249353.
HSL color Cylindrical-coordinate representation of color #895222: hue angle of 27.96º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #895222 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 34 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.46 |
| HSL | 27.96º | 0.6% | 0.34% | - |
| HSV(B) | 27.96º | 0.75% | 0.54% | - |
| XYZ | 13.62 | 11.47 | 3.01 | - |
| YUV | 92.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 34 | 0 | 0.40 | 0.75 | 0.46 | 27.96 | 0.6 | 0.34 |
| Hex | 89 | 52 | 22 | 0 | 28 | 4B | 2E | 1C | 3C | 22 |
| Octal | 211 | 122 | 42 | 0 | 50 | 113 | 56 | 34 | 74 | 42 |
| Binary | 10001001 | 1010010 | 100010 | 0 | 101000 | 1001011 | 101110 | 11100 | 111100 | 100010 |
Color Harmonies of #895222
Complementary color
Monochromatic Colors of #895222
Black with #895222
Text Example
Text Example
White with #895222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895222; }
p { color: rgb(137,82,34); }
H1.HeaderClassName
{
color: #895222;
}
.AnyTagClassName
{
color: #895222;
}
</style>
background-color css
<style>
a { background-color: #895222; }
a { background-color: rgb(137,82,34); }
div.DivClassName
{
background-color: #895222;
}
.BgClassName
{
background-color: #895222;
}
</style>
border-color css
<style>
span { border-color: #895222; }
span { border-color: rgb(137,82,34); }
td.TdClassName
{
border-color: #895222;
}
.TagClassName
{
border-color: #895222;
}
</style>