Shades of Korma #87512F
Tints of Korma #87512F
RGB
CMYK
RGB Variations
Color information
#87512F (or 0x87512F) is known color: Korma. HEX triplet: 87, 51 and 2F. RGB value is (135,81,47). Sum of RGB (Red+Green+Blue) = 135+81+47=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87512F is #78AED0. Grayscale: #5D5D5D. Windows color (decimal): -7909073 or 3101063. OLE color: 3101063.
HSL color Cylindrical-coordinate representation of color #87512F: hue angle of 23.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87512F is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 47 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.47 |
| HSL | 23.18º | 0.48% | 0.36% | - |
| HSV(B) | 23.18º | 0.65% | 0.53% | - |
| XYZ | 13.45 | 11.24 | 4.15 | - |
| YUV | 93.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 47 | 0 | 0.40 | 0.65 | 0.47 | 23.18 | 0.48 | 0.36 |
| Hex | 87 | 51 | 2F | 0 | 28 | 41 | 2F | 17 | 30 | 24 |
| Octal | 207 | 121 | 57 | 0 | 50 | 101 | 57 | 27 | 60 | 44 |
| Binary | 10000111 | 1010001 | 101111 | 0 | 101000 | 1000001 | 101111 | 10111 | 110000 | 100100 |
Color Harmonies of #87512F
Complementary color
Monochromatic Colors of #87512F
Black with #87512F
Text Example
Text Example
White with #87512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87512F; }
p { color: rgb(135,81,47); }
H1.HeaderClassName
{
color: #87512F;
}
.AnyTagClassName
{
color: #87512F;
}
</style>
background-color css
<style>
a { background-color: #87512F; }
a { background-color: rgb(135,81,47); }
div.DivClassName
{
background-color: #87512F;
}
.BgClassName
{
background-color: #87512F;
}
</style>
border-color css
<style>
span { border-color: #87512F; }
span { border-color: rgb(135,81,47); }
td.TdClassName
{
border-color: #87512F;
}
.TagClassName
{
border-color: #87512F;
}
</style>