Shades of Korma #894E2B
Tints of Korma #894E2B
RGB
CMYK
RGB Variations
Color information
#894E2B (or 0x894E2B) is known color: Korma. HEX triplet: 89, 4E and 2B. RGB value is (137,78,43). Sum of RGB (Red+Green+Blue) = 137+78+43=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #894E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E2B is #76B1D4. Grayscale: #5B5B5B. Windows color (decimal): -7778773 or 2838153. OLE color: 2838153.
HSL color Cylindrical-coordinate representation of color #894E2B: hue angle of 22.34º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #894E2B is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 78 | 43 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.46 |
| HSL | 22.34º | 0.52% | 0.35% | - |
| HSV(B) | 22.34º | 0.69% | 0.54% | - |
| XYZ | 13.48 | 10.94 | 3.69 | - |
| YUV | 91.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 43 | 0 | 0.43 | 0.69 | 0.46 | 22.34 | 0.52 | 0.35 |
| Hex | 89 | 4E | 2B | 0 | 2B | 45 | 2E | 16 | 34 | 23 |
| Octal | 211 | 116 | 53 | 0 | 53 | 105 | 56 | 26 | 64 | 43 |
| Binary | 10001001 | 1001110 | 101011 | 0 | 101011 | 1000101 | 101110 | 10110 | 110100 | 100011 |
Color Harmonies of #894E2B
Complementary color
Monochromatic Colors of #894E2B
Black with #894E2B
Text Example
Text Example
White with #894E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894E2B; }
p { color: rgb(137,78,43); }
H1.HeaderClassName
{
color: #894E2B;
}
.AnyTagClassName
{
color: #894E2B;
}
</style>
background-color css
<style>
a { background-color: #894E2B; }
a { background-color: rgb(137,78,43); }
div.DivClassName
{
background-color: #894E2B;
}
.BgClassName
{
background-color: #894E2B;
}
</style>
border-color css
<style>
span { border-color: #894E2B; }
span { border-color: rgb(137,78,43); }
td.TdClassName
{
border-color: #894E2B;
}
.TagClassName
{
border-color: #894E2B;
}
</style>