Shades of Korma #895023
Tints of Korma #895023
RGB
CMYK
RGB Variations
Color information
#895023 (or 0x895023) is known color: Korma. HEX triplet: 89, 50 and 23. RGB value is (137,80,35). Sum of RGB (Red+Green+Blue) = 137+80+35=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #895023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895023 is #76AFDC. Grayscale: #5C5C5C. Windows color (decimal): -7778269 or 2314377. OLE color: 2314377.
HSL color Cylindrical-coordinate representation of color #895023: hue angle of 26.47º degrees, saturation: 0.59, 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 #895023 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 35 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.46 |
| HSL | 26.47º | 0.59% | 0.34% | - |
| HSV(B) | 26.47º | 0.74% | 0.54% | - |
| XYZ | 13.49 | 11.18 | 3.04 | - |
| YUV | 91.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 35 | 0 | 0.42 | 0.74 | 0.46 | 26.47 | 0.59 | 0.34 |
| Hex | 89 | 50 | 23 | 0 | 2A | 4A | 2E | 1A | 3B | 22 |
| Octal | 211 | 120 | 43 | 0 | 52 | 112 | 56 | 32 | 73 | 42 |
| Binary | 10001001 | 1010000 | 100011 | 0 | 101010 | 1001010 | 101110 | 11010 | 111011 | 100010 |
Color Harmonies of #895023
Complementary color
Monochromatic Colors of #895023
Black with #895023
Text Example
Text Example
White with #895023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895023; }
p { color: rgb(137,80,35); }
H1.HeaderClassName
{
color: #895023;
}
.AnyTagClassName
{
color: #895023;
}
</style>
background-color css
<style>
a { background-color: #895023; }
a { background-color: rgb(137,80,35); }
div.DivClassName
{
background-color: #895023;
}
.BgClassName
{
background-color: #895023;
}
</style>
border-color css
<style>
span { border-color: #895023; }
span { border-color: rgb(137,80,35); }
td.TdClassName
{
border-color: #895023;
}
.TagClassName
{
border-color: #895023;
}
</style>