Shades of Korma #894D2C
Tints of Korma #894D2C
RGB
CMYK
RGB Variations
Color information
#894D2C (or 0x894D2C) is known color: Korma. HEX triplet: 89, 4D and 2C. RGB value is (137,77,44). Sum of RGB (Red+Green+Blue) = 137+77+44=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #894D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D2C is #76B2D3. Grayscale: #5B5B5B. Windows color (decimal): -7779028 or 2903433. OLE color: 2903433.
HSL color Cylindrical-coordinate representation of color #894D2C: hue angle of 21.29º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894D2C is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 44 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.46 |
| HSL | 21.29º | 0.51% | 0.35% | - |
| HSV(B) | 21.29º | 0.68% | 0.54% | - |
| XYZ | 13.43 | 10.81 | 3.76 | - |
| YUV | 91.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 44 | 0 | 0.44 | 0.68 | 0.46 | 21.29 | 0.51 | 0.35 |
| Hex | 89 | 4D | 2C | 0 | 2C | 44 | 2E | 15 | 33 | 23 |
| Octal | 211 | 115 | 54 | 0 | 54 | 104 | 56 | 25 | 63 | 43 |
| Binary | 10001001 | 1001101 | 101100 | 0 | 101100 | 1000100 | 101110 | 10101 | 110011 | 100011 |
Color Harmonies of #894D2C
Complementary color
Monochromatic Colors of #894D2C
Black with #894D2C
Text Example
Text Example
White with #894D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D2C; }
p { color: rgb(137,77,44); }
H1.HeaderClassName
{
color: #894D2C;
}
.AnyTagClassName
{
color: #894D2C;
}
</style>
background-color css
<style>
a { background-color: #894D2C; }
a { background-color: rgb(137,77,44); }
div.DivClassName
{
background-color: #894D2C;
}
.BgClassName
{
background-color: #894D2C;
}
</style>
border-color css
<style>
span { border-color: #894D2C; }
span { border-color: rgb(137,77,44); }
td.TdClassName
{
border-color: #894D2C;
}
.TagClassName
{
border-color: #894D2C;
}
</style>