Shades of Korma #894925
Tints of Korma #894925
RGB
CMYK
RGB Variations
Color information
#894925 (or 0x894925) is known color: Korma. HEX triplet: 89, 49 and 25. RGB value is (137,73,37). Sum of RGB (Red+Green+Blue) = 137+73+37=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #894925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894925 is #76B6DA. Grayscale: #585858. Windows color (decimal): -7780059 or 2443657. OLE color: 2443657.
HSL color Cylindrical-coordinate representation of color #894925: hue angle of 21.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 #894925 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 37 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.46 |
| HSL | 21.6º | 0.57% | 0.34% | - |
| HSV(B) | 21.6º | 0.73% | 0.54% | - |
| XYZ | 13.03 | 10.22 | 3.04 | - |
| YUV | 88.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 37 | 0 | 0.47 | 0.73 | 0.46 | 21.6 | 0.57 | 0.34 |
| Hex | 89 | 49 | 25 | 0 | 2F | 49 | 2E | 16 | 39 | 22 |
| Octal | 211 | 111 | 45 | 0 | 57 | 111 | 56 | 26 | 71 | 42 |
| Binary | 10001001 | 1001001 | 100101 | 0 | 101111 | 1001001 | 101110 | 10110 | 111001 | 100010 |
Color Harmonies of #894925
Complementary color
Monochromatic Colors of #894925
Black with #894925
Text Example
Text Example
White with #894925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894925; }
p { color: rgb(137,73,37); }
H1.HeaderClassName
{
color: #894925;
}
.AnyTagClassName
{
color: #894925;
}
</style>
background-color css
<style>
a { background-color: #894925; }
a { background-color: rgb(137,73,37); }
div.DivClassName
{
background-color: #894925;
}
.BgClassName
{
background-color: #894925;
}
</style>
border-color css
<style>
span { border-color: #894925; }
span { border-color: rgb(137,73,37); }
td.TdClassName
{
border-color: #894925;
}
.TagClassName
{
border-color: #894925;
}
</style>