Shades of Korma #894E25
Tints of Korma #894E25
RGB
CMYK
RGB Variations
Color information
#894E25 (or 0x894E25) is known color: Korma. HEX triplet: 89, 4E and 25. RGB value is (137,78,37). Sum of RGB (Red+Green+Blue) = 137+78+37=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #894E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E25 is #76B1DA. Grayscale: #5B5B5B. Windows color (decimal): -7778779 or 2444937. OLE color: 2444937.
HSL color Cylindrical-coordinate representation of color #894E25: hue angle of 24.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #894E25 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 78 | 37 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.46 |
| HSL | 24.6º | 0.57% | 0.34% | - |
| HSV(B) | 24.6º | 0.73% | 0.54% | - |
| XYZ | 13.37 | 10.9 | 3.15 | - |
| YUV | 90.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 37 | 0 | 0.43 | 0.73 | 0.46 | 24.6 | 0.57 | 0.34 |
| Hex | 89 | 4E | 25 | 0 | 2B | 49 | 2E | 19 | 39 | 22 |
| Octal | 211 | 116 | 45 | 0 | 53 | 111 | 56 | 31 | 71 | 42 |
| Binary | 10001001 | 1001110 | 100101 | 0 | 101011 | 1001001 | 101110 | 11001 | 111001 | 100010 |
Color Harmonies of #894E25
Complementary color
Monochromatic Colors of #894E25
Black with #894E25
Text Example
Text Example
White with #894E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894E25; }
p { color: rgb(137,78,37); }
H1.HeaderClassName
{
color: #894E25;
}
.AnyTagClassName
{
color: #894E25;
}
</style>
background-color css
<style>
a { background-color: #894E25; }
a { background-color: rgb(137,78,37); }
div.DivClassName
{
background-color: #894E25;
}
.BgClassName
{
background-color: #894E25;
}
</style>
border-color css
<style>
span { border-color: #894E25; }
span { border-color: rgb(137,78,37); }
td.TdClassName
{
border-color: #894E25;
}
.TagClassName
{
border-color: #894E25;
}
</style>