Shades of Korma #894B25
Tints of Korma #894B25
RGB
CMYK
RGB Variations
Color information
#894B25 (or 0x894B25) is known color: Korma. HEX triplet: 89, 4B and 25. RGB value is (137,75,37). Sum of RGB (Red+Green+Blue) = 137+75+37=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #894B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B25 is #76B4DA. Grayscale: #595959. Windows color (decimal): -7779547 or 2444169. OLE color: 2444169.
HSL color Cylindrical-coordinate representation of color #894B25: hue angle of 22.8º 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 #894B25 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 37 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.46 |
| HSL | 22.8º | 0.57% | 0.34% | - |
| HSV(B) | 22.8º | 0.73% | 0.54% | - |
| XYZ | 13.17 | 10.48 | 3.08 | - |
| YUV | 89.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 37 | 0 | 0.45 | 0.73 | 0.46 | 22.8 | 0.57 | 0.34 |
| Hex | 89 | 4B | 25 | 0 | 2D | 49 | 2E | 17 | 39 | 22 |
| Octal | 211 | 113 | 45 | 0 | 55 | 111 | 56 | 27 | 71 | 42 |
| Binary | 10001001 | 1001011 | 100101 | 0 | 101101 | 1001001 | 101110 | 10111 | 111001 | 100010 |
Color Harmonies of #894B25
Complementary color
Monochromatic Colors of #894B25
Black with #894B25
Text Example
Text Example
White with #894B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B25; }
p { color: rgb(137,75,37); }
H1.HeaderClassName
{
color: #894B25;
}
.AnyTagClassName
{
color: #894B25;
}
</style>
background-color css
<style>
a { background-color: #894B25; }
a { background-color: rgb(137,75,37); }
div.DivClassName
{
background-color: #894B25;
}
.BgClassName
{
background-color: #894B25;
}
</style>
border-color css
<style>
span { border-color: #894B25; }
span { border-color: rgb(137,75,37); }
td.TdClassName
{
border-color: #894B25;
}
.TagClassName
{
border-color: #894B25;
}
</style>