Shades of Korma #864E2A
Tints of Korma #864E2A
RGB
CMYK
RGB Variations
Color information
#864E2A (or 0x864E2A) is known color: Korma. HEX triplet: 86, 4E and 2A. RGB value is (134,78,42). Sum of RGB (Red+Green+Blue) = 134+78+42=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #864E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E2A is #79B1D5. Grayscale: #5A5A5A. Windows color (decimal): -7975382 or 2772614. OLE color: 2772614.
HSL color Cylindrical-coordinate representation of color #864E2A: hue angle of 23.48º degrees, saturation: 0.52, 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 #864E2A is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 42 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.47 |
| HSL | 23.48º | 0.52% | 0.35% | - |
| HSV(B) | 23.48º | 0.69% | 0.53% | - |
| XYZ | 12.97 | 10.68 | 3.57 | - |
| YUV | 90.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 42 | 0 | 0.42 | 0.69 | 0.47 | 23.48 | 0.52 | 0.35 |
| Hex | 86 | 4E | 2A | 0 | 2A | 45 | 2F | 17 | 34 | 23 |
| Octal | 206 | 116 | 52 | 0 | 52 | 105 | 57 | 27 | 64 | 43 |
| Binary | 10000110 | 1001110 | 101010 | 0 | 101010 | 1000101 | 101111 | 10111 | 110100 | 100011 |
Color Harmonies of #864E2A
Complementary color
Monochromatic Colors of #864E2A
Black with #864E2A
Text Example
Text Example
White with #864E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E2A; }
p { color: rgb(134,78,42); }
H1.HeaderClassName
{
color: #864E2A;
}
.AnyTagClassName
{
color: #864E2A;
}
</style>
background-color css
<style>
a { background-color: #864E2A; }
a { background-color: rgb(134,78,42); }
div.DivClassName
{
background-color: #864E2A;
}
.BgClassName
{
background-color: #864E2A;
}
</style>
border-color css
<style>
span { border-color: #864E2A; }
span { border-color: rgb(134,78,42); }
td.TdClassName
{
border-color: #864E2A;
}
.TagClassName
{
border-color: #864E2A;
}
</style>