Shades of Korma #864E2B
Tints of Korma #864E2B
RGB
CMYK
RGB Variations
Color information
#864E2B (or 0x864E2B) is known color: Korma. HEX triplet: 86, 4E and 2B. RGB value is (134,78,43). Sum of RGB (Red+Green+Blue) = 134+78+43=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #864E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E2B is #79B1D4. Grayscale: #5A5A5A. Windows color (decimal): -7975381 or 2838150. OLE color: 2838150.
HSL color Cylindrical-coordinate representation of color #864E2B: hue angle of 23.08º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864E2B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 43 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.47 |
| HSL | 23.08º | 0.51% | 0.35% | - |
| HSV(B) | 23.08º | 0.68% | 0.53% | - |
| XYZ | 12.99 | 10.69 | 3.66 | - |
| YUV | 90.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 43 | 0 | 0.42 | 0.68 | 0.47 | 23.08 | 0.51 | 0.35 |
| Hex | 86 | 4E | 2B | 0 | 2A | 44 | 2F | 17 | 33 | 23 |
| Octal | 206 | 116 | 53 | 0 | 52 | 104 | 57 | 27 | 63 | 43 |
| Binary | 10000110 | 1001110 | 101011 | 0 | 101010 | 1000100 | 101111 | 10111 | 110011 | 100011 |
Color Harmonies of #864E2B
Complementary color
Monochromatic Colors of #864E2B
Black with #864E2B
Text Example
Text Example
White with #864E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E2B; }
p { color: rgb(134,78,43); }
H1.HeaderClassName
{
color: #864E2B;
}
.AnyTagClassName
{
color: #864E2B;
}
</style>
background-color css
<style>
a { background-color: #864E2B; }
a { background-color: rgb(134,78,43); }
div.DivClassName
{
background-color: #864E2B;
}
.BgClassName
{
background-color: #864E2B;
}
</style>
border-color css
<style>
span { border-color: #864E2B; }
span { border-color: rgb(134,78,43); }
td.TdClassName
{
border-color: #864E2B;
}
.TagClassName
{
border-color: #864E2B;
}
</style>