Shades of Korma #894B24
Tints of Korma #894B24
RGB
CMYK
RGB Variations
Color information
#894B24 (or 0x894B24) is known color: Korma. HEX triplet: 89, 4B and 24. RGB value is (137,75,36). Sum of RGB (Red+Green+Blue) = 137+75+36=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #894B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B24 is #76B4DB. Grayscale: #595959. Windows color (decimal): -7779548 or 2378633. OLE color: 2378633.
HSL color Cylindrical-coordinate representation of color #894B24: hue angle of 23.17º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #894B24 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 36 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.46 |
| HSL | 23.17º | 0.58% | 0.34% | - |
| HSV(B) | 23.17º | 0.74% | 0.54% | - |
| XYZ | 13.15 | 10.48 | 3 | - |
| YUV | 89.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 36 | 0 | 0.45 | 0.74 | 0.46 | 23.17 | 0.58 | 0.34 |
| Hex | 89 | 4B | 24 | 0 | 2D | 4A | 2E | 17 | 3A | 22 |
| Octal | 211 | 113 | 44 | 0 | 55 | 112 | 56 | 27 | 72 | 42 |
| Binary | 10001001 | 1001011 | 100100 | 0 | 101101 | 1001010 | 101110 | 10111 | 111010 | 100010 |
Color Harmonies of #894B24
Complementary color
Monochromatic Colors of #894B24
Black with #894B24
Text Example
Text Example
White with #894B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B24; }
p { color: rgb(137,75,36); }
H1.HeaderClassName
{
color: #894B24;
}
.AnyTagClassName
{
color: #894B24;
}
</style>
background-color css
<style>
a { background-color: #894B24; }
a { background-color: rgb(137,75,36); }
div.DivClassName
{
background-color: #894B24;
}
.BgClassName
{
background-color: #894B24;
}
</style>
border-color css
<style>
span { border-color: #894B24; }
span { border-color: rgb(137,75,36); }
td.TdClassName
{
border-color: #894B24;
}
.TagClassName
{
border-color: #894B24;
}
</style>