Shades of Korma #895130
Tints of Korma #895130
RGB
CMYK
RGB Variations
Color information
#895130 (or 0x895130) is known color: Korma. HEX triplet: 89, 51 and 30. RGB value is (137,81,48). Sum of RGB (Red+Green+Blue) = 137+81+48=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #895130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895130 is #76AECF. Grayscale: #5E5E5E. Windows color (decimal): -7778000 or 3166601. OLE color: 3166601.
HSL color Cylindrical-coordinate representation of color #895130: hue angle of 22.25º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #895130 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 48 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.46 |
| HSL | 22.25º | 0.48% | 0.36% | - |
| HSV(B) | 22.25º | 0.65% | 0.54% | - |
| XYZ | 13.79 | 11.42 | 4.27 | - |
| YUV | 93.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 48 | 0 | 0.41 | 0.65 | 0.46 | 22.25 | 0.48 | 0.36 |
| Hex | 89 | 51 | 30 | 0 | 29 | 41 | 2E | 16 | 30 | 24 |
| Octal | 211 | 121 | 60 | 0 | 51 | 101 | 56 | 26 | 60 | 44 |
| Binary | 10001001 | 1010001 | 110000 | 0 | 101001 | 1000001 | 101110 | 10110 | 110000 | 100100 |
Color Harmonies of #895130
Complementary color
Monochromatic Colors of #895130
Black with #895130
Text Example
Text Example
White with #895130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895130; }
p { color: rgb(137,81,48); }
H1.HeaderClassName
{
color: #895130;
}
.AnyTagClassName
{
color: #895130;
}
</style>
background-color css
<style>
a { background-color: #895130; }
a { background-color: rgb(137,81,48); }
div.DivClassName
{
background-color: #895130;
}
.BgClassName
{
background-color: #895130;
}
</style>
border-color css
<style>
span { border-color: #895130; }
span { border-color: rgb(137,81,48); }
td.TdClassName
{
border-color: #895130;
}
.TagClassName
{
border-color: #895130;
}
</style>