Shades of Korma #87562C
Tints of Korma #87562C
RGB
CMYK
RGB Variations
Color information
#87562C (or 0x87562C) is known color: Korma. HEX triplet: 87, 56 and 2C. RGB value is (135,86,44). Sum of RGB (Red+Green+Blue) = 135+86+44=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87562C is #78A9D3. Grayscale: #606060. Windows color (decimal): -7907796 or 2905735. OLE color: 2905735.
HSL color Cylindrical-coordinate representation of color #87562C: hue angle of 27.69º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87562C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 44 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.47 |
| HSL | 27.69º | 0.51% | 0.35% | - |
| HSV(B) | 27.69º | 0.67% | 0.53% | - |
| XYZ | 13.77 | 11.99 | 3.97 | - |
| YUV | 95.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 44 | 0 | 0.36 | 0.67 | 0.47 | 27.69 | 0.51 | 0.35 |
| Hex | 87 | 56 | 2C | 0 | 24 | 43 | 2F | 1C | 33 | 23 |
| Octal | 207 | 126 | 54 | 0 | 44 | 103 | 57 | 34 | 63 | 43 |
| Binary | 10000111 | 1010110 | 101100 | 0 | 100100 | 1000011 | 101111 | 11100 | 110011 | 100011 |
Color Harmonies of #87562C
Complementary color
Monochromatic Colors of #87562C
Black with #87562C
Text Example
Text Example
White with #87562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87562C; }
p { color: rgb(135,86,44); }
H1.HeaderClassName
{
color: #87562C;
}
.AnyTagClassName
{
color: #87562C;
}
</style>
background-color css
<style>
a { background-color: #87562C; }
a { background-color: rgb(135,86,44); }
div.DivClassName
{
background-color: #87562C;
}
.BgClassName
{
background-color: #87562C;
}
</style>
border-color css
<style>
span { border-color: #87562C; }
span { border-color: rgb(135,86,44); }
td.TdClassName
{
border-color: #87562C;
}
.TagClassName
{
border-color: #87562C;
}
</style>