Shades of Korma #89552D
Tints of Korma #89552D
RGB
CMYK
RGB Variations
Color information
#89552D (or 0x89552D) is known color: Korma. HEX triplet: 89, 55 and 2D. RGB value is (137,85,45). Sum of RGB (Red+Green+Blue) = 137+85+45=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89552D is #76AAD2. Grayscale: #606060. Windows color (decimal): -7776979 or 2971017. OLE color: 2971017.
HSL color Cylindrical-coordinate representation of color #89552D: hue angle of 26.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89552D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 45 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.46 |
| HSL | 26.09º | 0.51% | 0.36% | - |
| HSV(B) | 26.09º | 0.67% | 0.54% | - |
| XYZ | 14.04 | 12 | 4.06 | - |
| YUV | 95.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 45 | 0 | 0.38 | 0.67 | 0.46 | 26.09 | 0.51 | 0.36 |
| Hex | 89 | 55 | 2D | 0 | 26 | 43 | 2E | 1A | 33 | 24 |
| Octal | 211 | 125 | 55 | 0 | 46 | 103 | 56 | 32 | 63 | 44 |
| Binary | 10001001 | 1010101 | 101101 | 0 | 100110 | 1000011 | 101110 | 11010 | 110011 | 100100 |
Color Harmonies of #89552D
Complementary color
Monochromatic Colors of #89552D
Black with #89552D
Text Example
Text Example
White with #89552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89552D; }
p { color: rgb(137,85,45); }
H1.HeaderClassName
{
color: #89552D;
}
.AnyTagClassName
{
color: #89552D;
}
</style>
background-color css
<style>
a { background-color: #89552D; }
a { background-color: rgb(137,85,45); }
div.DivClassName
{
background-color: #89552D;
}
.BgClassName
{
background-color: #89552D;
}
</style>
border-color css
<style>
span { border-color: #89552D; }
span { border-color: rgb(137,85,45); }
td.TdClassName
{
border-color: #89552D;
}
.TagClassName
{
border-color: #89552D;
}
</style>