Shades of Korma #89552E
Tints of Korma #89552E
RGB
CMYK
RGB Variations
Color information
#89552E (or 0x89552E) is known color: Korma. HEX triplet: 89, 55 and 2E. RGB value is (137,85,46). Sum of RGB (Red+Green+Blue) = 137+85+46=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89552E is #76AAD1. Grayscale: #606060. Windows color (decimal): -7776978 or 3036553. OLE color: 3036553.
HSL color Cylindrical-coordinate representation of color #89552E: hue angle of 25.71º 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 #89552E is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 46 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.46 |
| HSL | 25.71º | 0.5% | 0.36% | - |
| HSV(B) | 25.71º | 0.66% | 0.54% | - |
| XYZ | 14.06 | 12.01 | 4.16 | - |
| YUV | 96.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 46 | 0 | 0.38 | 0.66 | 0.46 | 25.71 | 0.5 | 0.36 |
| Hex | 89 | 55 | 2E | 0 | 26 | 42 | 2E | 1A | 32 | 24 |
| Octal | 211 | 125 | 56 | 0 | 46 | 102 | 56 | 32 | 62 | 44 |
| Binary | 10001001 | 1010101 | 101110 | 0 | 100110 | 1000010 | 101110 | 11010 | 110010 | 100100 |
Color Harmonies of #89552E
Complementary color
Monochromatic Colors of #89552E
Black with #89552E
Text Example
Text Example
White with #89552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89552E; }
p { color: rgb(137,85,46); }
H1.HeaderClassName
{
color: #89552E;
}
.AnyTagClassName
{
color: #89552E;
}
</style>
background-color css
<style>
a { background-color: #89552E; }
a { background-color: rgb(137,85,46); }
div.DivClassName
{
background-color: #89552E;
}
.BgClassName
{
background-color: #89552E;
}
</style>
border-color css
<style>
span { border-color: #89552E; }
span { border-color: rgb(137,85,46); }
td.TdClassName
{
border-color: #89552E;
}
.TagClassName
{
border-color: #89552E;
}
</style>