Shades of Korma #89562F
Tints of Korma #89562F
RGB
CMYK
RGB Variations
Color information
#89562F (or 0x89562F) is known color: Korma. HEX triplet: 89, 56 and 2F. RGB value is (137,86,47). Sum of RGB (Red+Green+Blue) = 137+86+47=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89562F is #76A9D0. Grayscale: #616161. Windows color (decimal): -7776721 or 3102345. OLE color: 3102345.
HSL color Cylindrical-coordinate representation of color #89562F: hue angle of 26º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89562F is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 47 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.46 |
| HSL | 26º | 0.49% | 0.36% | - |
| HSV(B) | 26º | 0.66% | 0.54% | - |
| XYZ | 14.16 | 12.18 | 4.29 | - |
| YUV | 96.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 47 | 0 | 0.37 | 0.66 | 0.46 | 26 | 0.49 | 0.36 |
| Hex | 89 | 56 | 2F | 0 | 25 | 42 | 2E | 1A | 31 | 24 |
| Octal | 211 | 126 | 57 | 0 | 45 | 102 | 56 | 32 | 61 | 44 |
| Binary | 10001001 | 1010110 | 101111 | 0 | 100101 | 1000010 | 101110 | 11010 | 110001 | 100100 |
Color Harmonies of #89562F
Complementary color
Monochromatic Colors of #89562F
Black with #89562F
Text Example
Text Example
White with #89562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89562F; }
p { color: rgb(137,86,47); }
H1.HeaderClassName
{
color: #89562F;
}
.AnyTagClassName
{
color: #89562F;
}
</style>
background-color css
<style>
a { background-color: #89562F; }
a { background-color: rgb(137,86,47); }
div.DivClassName
{
background-color: #89562F;
}
.BgClassName
{
background-color: #89562F;
}
</style>
border-color css
<style>
span { border-color: #89562F; }
span { border-color: rgb(137,86,47); }
td.TdClassName
{
border-color: #89562F;
}
.TagClassName
{
border-color: #89562F;
}
</style>