Shades of Korma #864C28
Tints of Korma #864C28
RGB
CMYK
RGB Variations
Color information
#864C28 (or 0x864C28) is known color: Korma. HEX triplet: 86, 4C and 28. RGB value is (134,76,40). Sum of RGB (Red+Green+Blue) = 134+76+40=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #864C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C28 is #79B3D7. Grayscale: #595959. Windows color (decimal): -7975896 or 2641030. OLE color: 2641030.
HSL color Cylindrical-coordinate representation of color #864C28: hue angle of 22.98º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864C28 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 76 | 40 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.47 |
| HSL | 22.98º | 0.54% | 0.34% | - |
| HSV(B) | 22.98º | 0.7% | 0.53% | - |
| XYZ | 12.8 | 10.39 | 3.34 | - |
| YUV | 89.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 40 | 0 | 0.43 | 0.70 | 0.47 | 22.98 | 0.54 | 0.34 |
| Hex | 86 | 4C | 28 | 0 | 2B | 46 | 2F | 17 | 36 | 22 |
| Octal | 206 | 114 | 50 | 0 | 53 | 106 | 57 | 27 | 66 | 42 |
| Binary | 10000110 | 1001100 | 101000 | 0 | 101011 | 1000110 | 101111 | 10111 | 110110 | 100010 |
Color Harmonies of #864C28
Complementary color
Monochromatic Colors of #864C28
Black with #864C28
Text Example
Text Example
White with #864C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864C28; }
p { color: rgb(134,76,40); }
H1.HeaderClassName
{
color: #864C28;
}
.AnyTagClassName
{
color: #864C28;
}
</style>
background-color css
<style>
a { background-color: #864C28; }
a { background-color: rgb(134,76,40); }
div.DivClassName
{
background-color: #864C28;
}
.BgClassName
{
background-color: #864C28;
}
</style>
border-color css
<style>
span { border-color: #864C28; }
span { border-color: rgb(134,76,40); }
td.TdClassName
{
border-color: #864C28;
}
.TagClassName
{
border-color: #864C28;
}
</style>