Shades of Korma #87552E
Tints of Korma #87552E
RGB
CMYK
RGB Variations
Color information
#87552E (or 0x87552E) is known color: Korma. HEX triplet: 87, 55 and 2E. RGB value is (135,85,46). Sum of RGB (Red+Green+Blue) = 135+85+46=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87552E is #78AAD1. Grayscale: #5F5F5F. Windows color (decimal): -7908050 or 3036551. OLE color: 3036551.
HSL color Cylindrical-coordinate representation of color #87552E: hue angle of 26.29º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87552E is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 46 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.47 |
| HSL | 26.29º | 0.49% | 0.35% | - |
| HSV(B) | 26.29º | 0.66% | 0.53% | - |
| XYZ | 13.73 | 11.85 | 4.15 | - |
| YUV | 95.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 46 | 0 | 0.37 | 0.66 | 0.47 | 26.29 | 0.49 | 0.35 |
| Hex | 87 | 55 | 2E | 0 | 25 | 42 | 2F | 1A | 31 | 23 |
| Octal | 207 | 125 | 56 | 0 | 45 | 102 | 57 | 32 | 61 | 43 |
| Binary | 10000111 | 1010101 | 101110 | 0 | 100101 | 1000010 | 101111 | 11010 | 110001 | 100011 |
Color Harmonies of #87552E
Complementary color
Monochromatic Colors of #87552E
Black with #87552E
Text Example
Text Example
White with #87552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87552E; }
p { color: rgb(135,85,46); }
H1.HeaderClassName
{
color: #87552E;
}
.AnyTagClassName
{
color: #87552E;
}
</style>
background-color css
<style>
a { background-color: #87552E; }
a { background-color: rgb(135,85,46); }
div.DivClassName
{
background-color: #87552E;
}
.BgClassName
{
background-color: #87552E;
}
</style>
border-color css
<style>
span { border-color: #87552E; }
span { border-color: rgb(135,85,46); }
td.TdClassName
{
border-color: #87552E;
}
.TagClassName
{
border-color: #87552E;
}
</style>