Shades of Korma #884E2A
Tints of Korma #884E2A
RGB
CMYK
RGB Variations
Color information
#884E2A (or 0x884E2A) is known color: Korma. HEX triplet: 88, 4E and 2A. RGB value is (136,78,42). Sum of RGB (Red+Green+Blue) = 136+78+42=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884E2A is #77B1D5. Grayscale: #5B5B5B. Windows color (decimal): -7844310 or 2772616. OLE color: 2772616.
HSL color Cylindrical-coordinate representation of color #884E2A: hue angle of 22.98º degrees, saturation: 0.53, 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 #884E2A is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 78 | 42 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.47 |
| HSL | 22.98º | 0.53% | 0.35% | - |
| HSV(B) | 22.98º | 0.69% | 0.53% | - |
| XYZ | 13.3 | 10.85 | 3.58 | - |
| YUV | 91.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 42 | 0 | 0.43 | 0.69 | 0.47 | 22.98 | 0.53 | 0.35 |
| Hex | 88 | 4E | 2A | 0 | 2B | 45 | 2F | 17 | 35 | 23 |
| Octal | 210 | 116 | 52 | 0 | 53 | 105 | 57 | 27 | 65 | 43 |
| Binary | 10001000 | 1001110 | 101010 | 0 | 101011 | 1000101 | 101111 | 10111 | 110101 | 100011 |
Color Harmonies of #884E2A
Complementary color
Monochromatic Colors of #884E2A
Black with #884E2A
Text Example
Text Example
White with #884E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E2A; }
p { color: rgb(136,78,42); }
H1.HeaderClassName
{
color: #884E2A;
}
.AnyTagClassName
{
color: #884E2A;
}
</style>
background-color css
<style>
a { background-color: #884E2A; }
a { background-color: rgb(136,78,42); }
div.DivClassName
{
background-color: #884E2A;
}
.BgClassName
{
background-color: #884E2A;
}
</style>
border-color css
<style>
span { border-color: #884E2A; }
span { border-color: rgb(136,78,42); }
td.TdClassName
{
border-color: #884E2A;
}
.TagClassName
{
border-color: #884E2A;
}
</style>