Shades of Korma #87512A
Tints of Korma #87512A
RGB
CMYK
RGB Variations
Color information
#87512A (or 0x87512A) is known color: Korma. HEX triplet: 87, 51 and 2A. RGB value is (135,81,42). Sum of RGB (Red+Green+Blue) = 135+81+42=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #87512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87512A is #78AED5. Grayscale: #5C5C5C. Windows color (decimal): -7909078 or 2773383. OLE color: 2773383.
HSL color Cylindrical-coordinate representation of color #87512A: hue angle of 25.16º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87512A is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 42 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.47 |
| HSL | 25.16º | 0.53% | 0.35% | - |
| HSV(B) | 25.16º | 0.69% | 0.53% | - |
| XYZ | 13.35 | 11.2 | 3.65 | - |
| YUV | 92.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 42 | 0 | 0.40 | 0.69 | 0.47 | 25.16 | 0.53 | 0.35 |
| Hex | 87 | 51 | 2A | 0 | 28 | 45 | 2F | 19 | 35 | 23 |
| Octal | 207 | 121 | 52 | 0 | 50 | 105 | 57 | 31 | 65 | 43 |
| Binary | 10000111 | 1010001 | 101010 | 0 | 101000 | 1000101 | 101111 | 11001 | 110101 | 100011 |
Color Harmonies of #87512A
Complementary color
Monochromatic Colors of #87512A
Black with #87512A
Text Example
Text Example
White with #87512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87512A; }
p { color: rgb(135,81,42); }
H1.HeaderClassName
{
color: #87512A;
}
.AnyTagClassName
{
color: #87512A;
}
</style>
background-color css
<style>
a { background-color: #87512A; }
a { background-color: rgb(135,81,42); }
div.DivClassName
{
background-color: #87512A;
}
.BgClassName
{
background-color: #87512A;
}
</style>
border-color css
<style>
span { border-color: #87512A; }
span { border-color: rgb(135,81,42); }
td.TdClassName
{
border-color: #87512A;
}
.TagClassName
{
border-color: #87512A;
}
</style>