Shades of Korma #894D25
Tints of Korma #894D25
RGB
CMYK
RGB Variations
Color information
#894D25 (or 0x894D25) is known color: Korma. HEX triplet: 89, 4D and 25. RGB value is (137,77,37). Sum of RGB (Red+Green+Blue) = 137+77+37=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #894D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D25 is #76B2DA. Grayscale: #5A5A5A. Windows color (decimal): -7779035 or 2444681. OLE color: 2444681.
HSL color Cylindrical-coordinate representation of color #894D25: hue angle of 24º 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 #894D25 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 37 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.46 |
| HSL | 24º | 0.57% | 0.34% | - |
| HSV(B) | 24º | 0.73% | 0.54% | - |
| XYZ | 13.3 | 10.76 | 3.13 | - |
| YUV | 90.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 37 | 0 | 0.44 | 0.73 | 0.46 | 24 | 0.57 | 0.34 |
| Hex | 89 | 4D | 25 | 0 | 2C | 49 | 2E | 18 | 39 | 22 |
| Octal | 211 | 115 | 45 | 0 | 54 | 111 | 56 | 30 | 71 | 42 |
| Binary | 10001001 | 1001101 | 100101 | 0 | 101100 | 1001001 | 101110 | 11000 | 111001 | 100010 |
Color Harmonies of #894D25
Complementary color
Monochromatic Colors of #894D25
Black with #894D25
Text Example
Text Example
White with #894D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D25; }
p { color: rgb(137,77,37); }
H1.HeaderClassName
{
color: #894D25;
}
.AnyTagClassName
{
color: #894D25;
}
</style>
background-color css
<style>
a { background-color: #894D25; }
a { background-color: rgb(137,77,37); }
div.DivClassName
{
background-color: #894D25;
}
.BgClassName
{
background-color: #894D25;
}
</style>
border-color css
<style>
span { border-color: #894D25; }
span { border-color: rgb(137,77,37); }
td.TdClassName
{
border-color: #894D25;
}
.TagClassName
{
border-color: #894D25;
}
</style>