Shades of Korma #884D24
Tints of Korma #884D24
RGB
CMYK
RGB Variations
Color information
#884D24 (or 0x884D24) is known color: Korma. HEX triplet: 88, 4D and 24. RGB value is (136,77,36). Sum of RGB (Red+Green+Blue) = 136+77+36=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #884D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D24 is #77B2DB. Grayscale: #5A5A5A. Windows color (decimal): -7844572 or 2379144. OLE color: 2379144.
HSL color Cylindrical-coordinate representation of color #884D24: hue angle of 24.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #884D24 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 36 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.47 |
| HSL | 24.6º | 0.58% | 0.34% | - |
| HSV(B) | 24.6º | 0.74% | 0.53% | - |
| XYZ | 13.13 | 10.67 | 3.04 | - |
| YUV | 89.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 36 | 0 | 0.43 | 0.74 | 0.47 | 24.6 | 0.58 | 0.34 |
| Hex | 88 | 4D | 24 | 0 | 2B | 4A | 2F | 19 | 3A | 22 |
| Octal | 210 | 115 | 44 | 0 | 53 | 112 | 57 | 31 | 72 | 42 |
| Binary | 10001000 | 1001101 | 100100 | 0 | 101011 | 1001010 | 101111 | 11001 | 111010 | 100010 |
Color Harmonies of #884D24
Complementary color
Monochromatic Colors of #884D24
Black with #884D24
Text Example
Text Example
White with #884D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D24; }
p { color: rgb(136,77,36); }
H1.HeaderClassName
{
color: #884D24;
}
.AnyTagClassName
{
color: #884D24;
}
</style>
background-color css
<style>
a { background-color: #884D24; }
a { background-color: rgb(136,77,36); }
div.DivClassName
{
background-color: #884D24;
}
.BgClassName
{
background-color: #884D24;
}
</style>
border-color css
<style>
span { border-color: #884D24; }
span { border-color: rgb(136,77,36); }
td.TdClassName
{
border-color: #884D24;
}
.TagClassName
{
border-color: #884D24;
}
</style>