Shades of Korma #894F25
Tints of Korma #894F25
RGB
CMYK
RGB Variations
Color information
#894F25 (or 0x894F25) is known color: Korma. HEX triplet: 89, 4F and 25. RGB value is (137,79,37). Sum of RGB (Red+Green+Blue) = 137+79+37=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #894F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F25 is #76B0DA. Grayscale: #5B5B5B. Windows color (decimal): -7778523 or 2445193. OLE color: 2445193.
HSL color Cylindrical-coordinate representation of color #894F25: hue angle of 25.2º 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 #894F25 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 79 | 37 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.46 |
| HSL | 25.2º | 0.57% | 0.34% | - |
| HSV(B) | 25.2º | 0.73% | 0.54% | - |
| XYZ | 13.45 | 11.04 | 3.17 | - |
| YUV | 91.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 37 | 0 | 0.42 | 0.73 | 0.46 | 25.2 | 0.57 | 0.34 |
| Hex | 89 | 4F | 25 | 0 | 2A | 49 | 2E | 19 | 39 | 22 |
| Octal | 211 | 117 | 45 | 0 | 52 | 111 | 56 | 31 | 71 | 42 |
| Binary | 10001001 | 1001111 | 100101 | 0 | 101010 | 1001001 | 101110 | 11001 | 111001 | 100010 |
Color Harmonies of #894F25
Complementary color
Monochromatic Colors of #894F25
Black with #894F25
Text Example
Text Example
White with #894F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894F25; }
p { color: rgb(137,79,37); }
H1.HeaderClassName
{
color: #894F25;
}
.AnyTagClassName
{
color: #894F25;
}
</style>
background-color css
<style>
a { background-color: #894F25; }
a { background-color: rgb(137,79,37); }
div.DivClassName
{
background-color: #894F25;
}
.BgClassName
{
background-color: #894F25;
}
</style>
border-color css
<style>
span { border-color: #894F25; }
span { border-color: rgb(137,79,37); }
td.TdClassName
{
border-color: #894F25;
}
.TagClassName
{
border-color: #894F25;
}
</style>