Shades of Korma #884F2E
Tints of Korma #884F2E
RGB
CMYK
RGB Variations
Color information
#884F2E (or 0x884F2E) is known color: Korma. HEX triplet: 88, 4F and 2E. RGB value is (136,79,46). Sum of RGB (Red+Green+Blue) = 136+79+46=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #884F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F2E is #77B0D1. Grayscale: #5C5C5C. Windows color (decimal): -7844050 or 3035016. OLE color: 3035016.
HSL color Cylindrical-coordinate representation of color #884F2E: hue angle of 22º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884F2E is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 46 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.47 |
| HSL | 22º | 0.49% | 0.36% | - |
| HSV(B) | 22º | 0.66% | 0.53% | - |
| XYZ | 13.44 | 11.02 | 4 | - |
| YUV | 92.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 46 | 0 | 0.42 | 0.66 | 0.47 | 22 | 0.49 | 0.36 |
| Hex | 88 | 4F | 2E | 0 | 2A | 42 | 2F | 16 | 31 | 24 |
| Octal | 210 | 117 | 56 | 0 | 52 | 102 | 57 | 26 | 61 | 44 |
| Binary | 10001000 | 1001111 | 101110 | 0 | 101010 | 1000010 | 101111 | 10110 | 110001 | 100100 |
Color Harmonies of #884F2E
Complementary color
Monochromatic Colors of #884F2E
Black with #884F2E
Text Example
Text Example
White with #884F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F2E; }
p { color: rgb(136,79,46); }
H1.HeaderClassName
{
color: #884F2E;
}
.AnyTagClassName
{
color: #884F2E;
}
</style>
background-color css
<style>
a { background-color: #884F2E; }
a { background-color: rgb(136,79,46); }
div.DivClassName
{
background-color: #884F2E;
}
.BgClassName
{
background-color: #884F2E;
}
</style>
border-color css
<style>
span { border-color: #884F2E; }
span { border-color: rgb(136,79,46); }
td.TdClassName
{
border-color: #884F2E;
}
.TagClassName
{
border-color: #884F2E;
}
</style>