Shades of Korma #89512E
Tints of Korma #89512E
RGB
CMYK
RGB Variations
Color information
#89512E (or 0x89512E) is known color: Korma. HEX triplet: 89, 51 and 2E. RGB value is (137,81,46). Sum of RGB (Red+Green+Blue) = 137+81+46=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89512E is #76AED1. Grayscale: #5D5D5D. Windows color (decimal): -7778002 or 3035529. OLE color: 3035529.
HSL color Cylindrical-coordinate representation of color #89512E: hue angle of 23.08º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89512E is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 46 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.46 |
| HSL | 23.08º | 0.5% | 0.36% | - |
| HSV(B) | 23.08º | 0.66% | 0.54% | - |
| XYZ | 13.75 | 11.4 | 4.06 | - |
| YUV | 93.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 46 | 0 | 0.41 | 0.66 | 0.46 | 23.08 | 0.5 | 0.36 |
| Hex | 89 | 51 | 2E | 0 | 29 | 42 | 2E | 17 | 32 | 24 |
| Octal | 211 | 121 | 56 | 0 | 51 | 102 | 56 | 27 | 62 | 44 |
| Binary | 10001001 | 1010001 | 101110 | 0 | 101001 | 1000010 | 101110 | 10111 | 110010 | 100100 |
Color Harmonies of #89512E
Complementary color
Monochromatic Colors of #89512E
Black with #89512E
Text Example
Text Example
White with #89512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89512E; }
p { color: rgb(137,81,46); }
H1.HeaderClassName
{
color: #89512E;
}
.AnyTagClassName
{
color: #89512E;
}
</style>
background-color css
<style>
a { background-color: #89512E; }
a { background-color: rgb(137,81,46); }
div.DivClassName
{
background-color: #89512E;
}
.BgClassName
{
background-color: #89512E;
}
</style>
border-color css
<style>
span { border-color: #89512E; }
span { border-color: rgb(137,81,46); }
td.TdClassName
{
border-color: #89512E;
}
.TagClassName
{
border-color: #89512E;
}
</style>