Shades of Korma #864A27
Tints of Korma #864A27
RGB
CMYK
RGB Variations
Color information
#864A27 (or 0x864A27) is known color: Korma. HEX triplet: 86, 4A and 27. RGB value is (134,74,39). Sum of RGB (Red+Green+Blue) = 134+74+39=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #864A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A27 is #79B5D8. Grayscale: #585858. Windows color (decimal): -7976409 or 2574982. OLE color: 2574982.
HSL color Cylindrical-coordinate representation of color #864A27: hue angle of 22.11º 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 #864A27 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 39 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.47 |
| HSL | 22.11º | 0.55% | 0.34% | - |
| HSV(B) | 22.11º | 0.71% | 0.53% | - |
| XYZ | 12.65 | 10.11 | 3.2 | - |
| YUV | 87.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 39 | 0 | 0.45 | 0.71 | 0.47 | 22.11 | 0.55 | 0.34 |
| Hex | 86 | 4A | 27 | 0 | 2D | 47 | 2F | 16 | 37 | 22 |
| Octal | 206 | 112 | 47 | 0 | 55 | 107 | 57 | 26 | 67 | 42 |
| Binary | 10000110 | 1001010 | 100111 | 0 | 101101 | 1000111 | 101111 | 10110 | 110111 | 100010 |
Color Harmonies of #864A27
Complementary color
Monochromatic Colors of #864A27
Black with #864A27
Text Example
Text Example
White with #864A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A27; }
p { color: rgb(134,74,39); }
H1.HeaderClassName
{
color: #864A27;
}
.AnyTagClassName
{
color: #864A27;
}
</style>
background-color css
<style>
a { background-color: #864A27; }
a { background-color: rgb(134,74,39); }
div.DivClassName
{
background-color: #864A27;
}
.BgClassName
{
background-color: #864A27;
}
</style>
border-color css
<style>
span { border-color: #864A27; }
span { border-color: rgb(134,74,39); }
td.TdClassName
{
border-color: #864A27;
}
.TagClassName
{
border-color: #864A27;
}
</style>