Shades of Korma #884B2D
Tints of Korma #884B2D
RGB
CMYK
RGB Variations
Color information
#884B2D (or 0x884B2D) is known color: Korma. HEX triplet: 88, 4B and 2D. RGB value is (136,75,45). Sum of RGB (Red+Green+Blue) = 136+75+45=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B2D is #77B4D2. Grayscale: #5A5A5A. Windows color (decimal): -7845075 or 2968456. OLE color: 2968456.
HSL color Cylindrical-coordinate representation of color #884B2D: hue angle of 19.78º 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 #884B2D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 45 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.47 |
| HSL | 19.78º | 0.5% | 0.35% | - |
| HSV(B) | 19.78º | 0.67% | 0.53% | - |
| XYZ | 13.14 | 10.46 | 3.81 | - |
| YUV | 89.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 45 | 0 | 0.45 | 0.67 | 0.47 | 19.78 | 0.5 | 0.35 |
| Hex | 88 | 4B | 2D | 0 | 2D | 43 | 2F | 14 | 32 | 23 |
| Octal | 210 | 113 | 55 | 0 | 55 | 103 | 57 | 24 | 62 | 43 |
| Binary | 10001000 | 1001011 | 101101 | 0 | 101101 | 1000011 | 101111 | 10100 | 110010 | 100011 |
Color Harmonies of #884B2D
Complementary color
Monochromatic Colors of #884B2D
Black with #884B2D
Text Example
Text Example
White with #884B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B2D; }
p { color: rgb(136,75,45); }
H1.HeaderClassName
{
color: #884B2D;
}
.AnyTagClassName
{
color: #884B2D;
}
</style>
background-color css
<style>
a { background-color: #884B2D; }
a { background-color: rgb(136,75,45); }
div.DivClassName
{
background-color: #884B2D;
}
.BgClassName
{
background-color: #884B2D;
}
</style>
border-color css
<style>
span { border-color: #884B2D; }
span { border-color: rgb(136,75,45); }
td.TdClassName
{
border-color: #884B2D;
}
.TagClassName
{
border-color: #884B2D;
}
</style>