Shades of Korma #884C2D
Tints of Korma #884C2D
RGB
CMYK
RGB Variations
Color information
#884C2D (or 0x884C2D) is known color: Korma. HEX triplet: 88, 4C and 2D. RGB value is (136,76,45). Sum of RGB (Red+Green+Blue) = 136+76+45=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #884C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C2D is #77B3D2. Grayscale: #5A5A5A. Windows color (decimal): -7844819 or 2968712. OLE color: 2968712.
HSL color Cylindrical-coordinate representation of color #884C2D: hue angle of 20.44º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #884C2D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 45 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.47 |
| HSL | 20.44º | 0.5% | 0.35% | - |
| HSV(B) | 20.44º | 0.67% | 0.53% | - |
| XYZ | 13.21 | 10.59 | 3.83 | - |
| YUV | 90.41 | 102.38 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 45 | 0 | 0.44 | 0.67 | 0.47 | 20.44 | 0.5 | 0.35 |
| Hex | 88 | 4C | 2D | 0 | 2C | 43 | 2F | 14 | 32 | 23 |
| Octal | 210 | 114 | 55 | 0 | 54 | 103 | 57 | 24 | 62 | 43 |
| Binary | 10001000 | 1001100 | 101101 | 0 | 101100 | 1000011 | 101111 | 10100 | 110010 | 100011 |
Color Harmonies of #884C2D
Complementary color
Monochromatic Colors of #884C2D
Black with #884C2D
Text Example
Text Example
White with #884C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C2D; }
p { color: rgb(136,76,45); }
H1.HeaderClassName
{
color: #884C2D;
}
.AnyTagClassName
{
color: #884C2D;
}
</style>
background-color css
<style>
a { background-color: #884C2D; }
a { background-color: rgb(136,76,45); }
div.DivClassName
{
background-color: #884C2D;
}
.BgClassName
{
background-color: #884C2D;
}
</style>
border-color css
<style>
span { border-color: #884C2D; }
span { border-color: rgb(136,76,45); }
td.TdClassName
{
border-color: #884C2D;
}
.TagClassName
{
border-color: #884C2D;
}
</style>