Shades of Korma #865127
Tints of Korma #865127
RGB
CMYK
RGB Variations
Color information
#865127 (or 0x865127) is known color: Korma. HEX triplet: 86, 51 and 27. RGB value is (134,81,39). Sum of RGB (Red+Green+Blue) = 134+81+39=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #865127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865127 is #79AED8. Grayscale: #5C5C5C. Windows color (decimal): -7974617 or 2576774. OLE color: 2576774.
HSL color Cylindrical-coordinate representation of color #865127: hue angle of 26.53º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #865127 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 39 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.47 |
| HSL | 26.53º | 0.55% | 0.34% | - |
| HSV(B) | 26.53º | 0.71% | 0.53% | - |
| XYZ | 13.14 | 11.1 | 3.37 | - |
| YUV | 92.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 39 | 0 | 0.40 | 0.71 | 0.47 | 26.53 | 0.55 | 0.34 |
| Hex | 86 | 51 | 27 | 0 | 28 | 47 | 2F | 1B | 37 | 22 |
| Octal | 206 | 121 | 47 | 0 | 50 | 107 | 57 | 33 | 67 | 42 |
| Binary | 10000110 | 1010001 | 100111 | 0 | 101000 | 1000111 | 101111 | 11011 | 110111 | 100010 |
Color Harmonies of #865127
Complementary color
Monochromatic Colors of #865127
Black with #865127
Text Example
Text Example
White with #865127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865127; }
p { color: rgb(134,81,39); }
H1.HeaderClassName
{
color: #865127;
}
.AnyTagClassName
{
color: #865127;
}
</style>
background-color css
<style>
a { background-color: #865127; }
a { background-color: rgb(134,81,39); }
div.DivClassName
{
background-color: #865127;
}
.BgClassName
{
background-color: #865127;
}
</style>
border-color css
<style>
span { border-color: #865127; }
span { border-color: rgb(134,81,39); }
td.TdClassName
{
border-color: #865127;
}
.TagClassName
{
border-color: #865127;
}
</style>