Shades of Korma #884F2C
Tints of Korma #884F2C
RGB
CMYK
RGB Variations
Color information
#884F2C (or 0x884F2C) is known color: Korma. HEX triplet: 88, 4F and 2C. RGB value is (136,79,44). Sum of RGB (Red+Green+Blue) = 136+79+44=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #884F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F2C is #77B0D3. Grayscale: #5C5C5C. Windows color (decimal): -7844052 or 2903944. OLE color: 2903944.
HSL color Cylindrical-coordinate representation of color #884F2C: hue angle of 22.83º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #884F2C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 44 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.47 |
| HSL | 22.83º | 0.51% | 0.35% | - |
| HSV(B) | 22.83º | 0.68% | 0.53% | - |
| XYZ | 13.4 | 11.01 | 3.8 | - |
| YUV | 92.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 44 | 0 | 0.42 | 0.68 | 0.47 | 22.83 | 0.51 | 0.35 |
| Hex | 88 | 4F | 2C | 0 | 2A | 44 | 2F | 17 | 33 | 23 |
| Octal | 210 | 117 | 54 | 0 | 52 | 104 | 57 | 27 | 63 | 43 |
| Binary | 10001000 | 1001111 | 101100 | 0 | 101010 | 1000100 | 101111 | 10111 | 110011 | 100011 |
Color Harmonies of #884F2C
Complementary color
Monochromatic Colors of #884F2C
Black with #884F2C
Text Example
Text Example
White with #884F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F2C; }
p { color: rgb(136,79,44); }
H1.HeaderClassName
{
color: #884F2C;
}
.AnyTagClassName
{
color: #884F2C;
}
</style>
background-color css
<style>
a { background-color: #884F2C; }
a { background-color: rgb(136,79,44); }
div.DivClassName
{
background-color: #884F2C;
}
.BgClassName
{
background-color: #884F2C;
}
</style>
border-color css
<style>
span { border-color: #884F2C; }
span { border-color: rgb(136,79,44); }
td.TdClassName
{
border-color: #884F2C;
}
.TagClassName
{
border-color: #884F2C;
}
</style>