Shades of Korma #89542B
Tints of Korma #89542B
RGB
CMYK
RGB Variations
Color information
#89542B (or 0x89542B) is known color: Korma. HEX triplet: 89, 54 and 2B. RGB value is (137,84,43). Sum of RGB (Red+Green+Blue) = 137+84+43=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89542B is #76ABD4. Grayscale: #5F5F5F. Windows color (decimal): -7777237 or 2839689. OLE color: 2839689.
HSL color Cylindrical-coordinate representation of color #89542B: hue angle of 26.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89542B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 43 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.46 |
| HSL | 26.17º | 0.52% | 0.35% | - |
| HSV(B) | 26.17º | 0.69% | 0.54% | - |
| XYZ | 13.92 | 11.83 | 3.84 | - |
| YUV | 95.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 43 | 0 | 0.39 | 0.69 | 0.46 | 26.17 | 0.52 | 0.35 |
| Hex | 89 | 54 | 2B | 0 | 27 | 45 | 2E | 1A | 34 | 23 |
| Octal | 211 | 124 | 53 | 0 | 47 | 105 | 56 | 32 | 64 | 43 |
| Binary | 10001001 | 1010100 | 101011 | 0 | 100111 | 1000101 | 101110 | 11010 | 110100 | 100011 |
Color Harmonies of #89542B
Complementary color
Monochromatic Colors of #89542B
Black with #89542B
Text Example
Text Example
White with #89542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89542B; }
p { color: rgb(137,84,43); }
H1.HeaderClassName
{
color: #89542B;
}
.AnyTagClassName
{
color: #89542B;
}
</style>
background-color css
<style>
a { background-color: #89542B; }
a { background-color: rgb(137,84,43); }
div.DivClassName
{
background-color: #89542B;
}
.BgClassName
{
background-color: #89542B;
}
</style>
border-color css
<style>
span { border-color: #89542B; }
span { border-color: rgb(137,84,43); }
td.TdClassName
{
border-color: #89542B;
}
.TagClassName
{
border-color: #89542B;
}
</style>