Shades of Korma #884F29
Tints of Korma #884F29
RGB
CMYK
RGB Variations
Color information
#884F29 (or 0x884F29) is known color: Korma. HEX triplet: 88, 4F and 29. RGB value is (136,79,41). Sum of RGB (Red+Green+Blue) = 136+79+41=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F29 is #77B0D6. Grayscale: #5B5B5B. Windows color (decimal): -7844055 or 2707336. OLE color: 2707336.
HSL color Cylindrical-coordinate representation of color #884F29: hue angle of 24º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884F29 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 41 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.47 |
| HSL | 24º | 0.54% | 0.35% | - |
| HSV(B) | 24º | 0.7% | 0.53% | - |
| XYZ | 13.35 | 10.99 | 3.51 | - |
| YUV | 91.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 41 | 0 | 0.42 | 0.70 | 0.47 | 24 | 0.54 | 0.35 |
| Hex | 88 | 4F | 29 | 0 | 2A | 46 | 2F | 18 | 36 | 23 |
| Octal | 210 | 117 | 51 | 0 | 52 | 106 | 57 | 30 | 66 | 43 |
| Binary | 10001000 | 1001111 | 101001 | 0 | 101010 | 1000110 | 101111 | 11000 | 110110 | 100011 |
Color Harmonies of #884F29
Complementary color
Monochromatic Colors of #884F29
Black with #884F29
Text Example
Text Example
White with #884F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F29; }
p { color: rgb(136,79,41); }
H1.HeaderClassName
{
color: #884F29;
}
.AnyTagClassName
{
color: #884F29;
}
</style>
background-color css
<style>
a { background-color: #884F29; }
a { background-color: rgb(136,79,41); }
div.DivClassName
{
background-color: #884F29;
}
.BgClassName
{
background-color: #884F29;
}
</style>
border-color css
<style>
span { border-color: #884F29; }
span { border-color: rgb(136,79,41); }
td.TdClassName
{
border-color: #884F29;
}
.TagClassName
{
border-color: #884F29;
}
</style>