Shades of Korma #89542E
Tints of Korma #89542E
RGB
CMYK
RGB Variations
Color information
#89542E (or 0x89542E) is known color: Korma. HEX triplet: 89, 54 and 2E. RGB value is (137,84,46). Sum of RGB (Red+Green+Blue) = 137+84+46=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89542E is #76ABD1. Grayscale: #5F5F5F. Windows color (decimal): -7777234 or 3036297. OLE color: 3036297.
HSL color Cylindrical-coordinate representation of color #89542E: hue angle of 25.05º 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 #89542E is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 46 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.46 |
| HSL | 25.05º | 0.5% | 0.36% | - |
| HSV(B) | 25.05º | 0.66% | 0.54% | - |
| XYZ | 13.98 | 11.86 | 4.14 | - |
| YUV | 95.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 46 | 0 | 0.39 | 0.66 | 0.46 | 25.05 | 0.5 | 0.36 |
| Hex | 89 | 54 | 2E | 0 | 27 | 42 | 2E | 19 | 32 | 24 |
| Octal | 211 | 124 | 56 | 0 | 47 | 102 | 56 | 31 | 62 | 44 |
| Binary | 10001001 | 1010100 | 101110 | 0 | 100111 | 1000010 | 101110 | 11001 | 110010 | 100100 |
Color Harmonies of #89542E
Complementary color
Monochromatic Colors of #89542E
Black with #89542E
Text Example
Text Example
White with #89542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89542E; }
p { color: rgb(137,84,46); }
H1.HeaderClassName
{
color: #89542E;
}
.AnyTagClassName
{
color: #89542E;
}
</style>
background-color css
<style>
a { background-color: #89542E; }
a { background-color: rgb(137,84,46); }
div.DivClassName
{
background-color: #89542E;
}
.BgClassName
{
background-color: #89542E;
}
</style>
border-color css
<style>
span { border-color: #89542E; }
span { border-color: rgb(137,84,46); }
td.TdClassName
{
border-color: #89542E;
}
.TagClassName
{
border-color: #89542E;
}
</style>