Shades of Korma #87512C
Tints of Korma #87512C
RGB
CMYK
RGB Variations
Color information
#87512C (or 0x87512C) is known color: Korma. HEX triplet: 87, 51 and 2C. RGB value is (135,81,44). Sum of RGB (Red+Green+Blue) = 135+81+44=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87512C is #78AED3. Grayscale: #5D5D5D. Windows color (decimal): -7909076 or 2904455. OLE color: 2904455.
HSL color Cylindrical-coordinate representation of color #87512C: hue angle of 24.4º 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 #87512C is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 44 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.47 |
| HSL | 24.4º | 0.51% | 0.35% | - |
| HSV(B) | 24.4º | 0.67% | 0.53% | - |
| XYZ | 13.39 | 11.22 | 3.84 | - |
| YUV | 92.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 44 | 0 | 0.40 | 0.67 | 0.47 | 24.4 | 0.51 | 0.35 |
| Hex | 87 | 51 | 2C | 0 | 28 | 43 | 2F | 18 | 33 | 23 |
| Octal | 207 | 121 | 54 | 0 | 50 | 103 | 57 | 30 | 63 | 43 |
| Binary | 10000111 | 1010001 | 101100 | 0 | 101000 | 1000011 | 101111 | 11000 | 110011 | 100011 |
Color Harmonies of #87512C
Complementary color
Monochromatic Colors of #87512C
Black with #87512C
Text Example
Text Example
White with #87512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87512C; }
p { color: rgb(135,81,44); }
H1.HeaderClassName
{
color: #87512C;
}
.AnyTagClassName
{
color: #87512C;
}
</style>
background-color css
<style>
a { background-color: #87512C; }
a { background-color: rgb(135,81,44); }
div.DivClassName
{
background-color: #87512C;
}
.BgClassName
{
background-color: #87512C;
}
</style>
border-color css
<style>
span { border-color: #87512C; }
span { border-color: rgb(135,81,44); }
td.TdClassName
{
border-color: #87512C;
}
.TagClassName
{
border-color: #87512C;
}
</style>