Shades of Korma #89512F
Tints of Korma #89512F
RGB
CMYK
RGB Variations
Color information
#89512F (or 0x89512F) is known color: Korma. HEX triplet: 89, 51 and 2F. RGB value is (137,81,47). Sum of RGB (Red+Green+Blue) = 137+81+47=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89512F is #76AED0. Grayscale: #5E5E5E. Windows color (decimal): -7778001 or 3101065. OLE color: 3101065.
HSL color Cylindrical-coordinate representation of color #89512F: hue angle of 22.67º degrees, saturation: 0.49, 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 #89512F is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 47 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.46 |
| HSL | 22.67º | 0.49% | 0.36% | - |
| HSV(B) | 22.67º | 0.66% | 0.54% | - |
| XYZ | 13.77 | 11.41 | 4.17 | - |
| YUV | 93.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 47 | 0 | 0.41 | 0.66 | 0.46 | 22.67 | 0.49 | 0.36 |
| Hex | 89 | 51 | 2F | 0 | 29 | 42 | 2E | 17 | 31 | 24 |
| Octal | 211 | 121 | 57 | 0 | 51 | 102 | 56 | 27 | 61 | 44 |
| Binary | 10001001 | 1010001 | 101111 | 0 | 101001 | 1000010 | 101110 | 10111 | 110001 | 100100 |
Color Harmonies of #89512F
Complementary color
Monochromatic Colors of #89512F
Black with #89512F
Text Example
Text Example
White with #89512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89512F; }
p { color: rgb(137,81,47); }
H1.HeaderClassName
{
color: #89512F;
}
.AnyTagClassName
{
color: #89512F;
}
</style>
background-color css
<style>
a { background-color: #89512F; }
a { background-color: rgb(137,81,47); }
div.DivClassName
{
background-color: #89512F;
}
.BgClassName
{
background-color: #89512F;
}
</style>
border-color css
<style>
span { border-color: #89512F; }
span { border-color: rgb(137,81,47); }
td.TdClassName
{
border-color: #89512F;
}
.TagClassName
{
border-color: #89512F;
}
</style>