Shades of Korma #895331
Tints of Korma #895331
RGB
CMYK
RGB Variations
Color information
#895331 (or 0x895331) is known color: Korma. HEX triplet: 89, 53 and 31. RGB value is (137,83,49). Sum of RGB (Red+Green+Blue) = 137+83+49=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895331 is #76ACCE. Grayscale: #5F5F5F. Windows color (decimal): -7777487 or 3232649. OLE color: 3232649.
HSL color Cylindrical-coordinate representation of color #895331: hue angle of 23.18º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895331 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 49 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.46 |
| HSL | 23.18º | 0.47% | 0.36% | - |
| HSV(B) | 23.18º | 0.64% | 0.54% | - |
| XYZ | 13.96 | 11.73 | 4.43 | - |
| YUV | 95.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 49 | 0 | 0.39 | 0.64 | 0.46 | 23.18 | 0.47 | 0.36 |
| Hex | 89 | 53 | 31 | 0 | 27 | 40 | 2E | 17 | 2F | 24 |
| Octal | 211 | 123 | 61 | 0 | 47 | 100 | 56 | 27 | 57 | 44 |
| Binary | 10001001 | 1010011 | 110001 | 0 | 100111 | 1000000 | 101110 | 10111 | 101111 | 100100 |
Color Harmonies of #895331
Complementary color
Monochromatic Colors of #895331
Black with #895331
Text Example
Text Example
White with #895331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895331; }
p { color: rgb(137,83,49); }
H1.HeaderClassName
{
color: #895331;
}
.AnyTagClassName
{
color: #895331;
}
</style>
background-color css
<style>
a { background-color: #895331; }
a { background-color: rgb(137,83,49); }
div.DivClassName
{
background-color: #895331;
}
.BgClassName
{
background-color: #895331;
}
</style>
border-color css
<style>
span { border-color: #895331; }
span { border-color: rgb(137,83,49); }
td.TdClassName
{
border-color: #895331;
}
.TagClassName
{
border-color: #895331;
}
</style>