Shades of Korma #884B2B
Tints of Korma #884B2B
RGB
CMYK
RGB Variations
Color information
#884B2B (or 0x884B2B) is known color: Korma. HEX triplet: 88, 4B and 2B. RGB value is (136,75,43). Sum of RGB (Red+Green+Blue) = 136+75+43=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B2B is #77B4D4. Grayscale: #595959. Windows color (decimal): -7845077 or 2837384. OLE color: 2837384.
HSL color Cylindrical-coordinate representation of color #884B2B: hue angle of 20.65º degrees, saturation: 0.52, 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 #884B2B is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 43 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.47 |
| HSL | 20.65º | 0.52% | 0.35% | - |
| HSV(B) | 20.65º | 0.68% | 0.53% | - |
| XYZ | 13.11 | 10.44 | 3.61 | - |
| YUV | 89.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 43 | 0 | 0.45 | 0.68 | 0.47 | 20.65 | 0.52 | 0.35 |
| Hex | 88 | 4B | 2B | 0 | 2D | 44 | 2F | 15 | 34 | 23 |
| Octal | 210 | 113 | 53 | 0 | 55 | 104 | 57 | 25 | 64 | 43 |
| Binary | 10001000 | 1001011 | 101011 | 0 | 101101 | 1000100 | 101111 | 10101 | 110100 | 100011 |
Color Harmonies of #884B2B
Complementary color
Monochromatic Colors of #884B2B
Black with #884B2B
Text Example
Text Example
White with #884B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B2B; }
p { color: rgb(136,75,43); }
H1.HeaderClassName
{
color: #884B2B;
}
.AnyTagClassName
{
color: #884B2B;
}
</style>
background-color css
<style>
a { background-color: #884B2B; }
a { background-color: rgb(136,75,43); }
div.DivClassName
{
background-color: #884B2B;
}
.BgClassName
{
background-color: #884B2B;
}
</style>
border-color css
<style>
span { border-color: #884B2B; }
span { border-color: rgb(136,75,43); }
td.TdClassName
{
border-color: #884B2B;
}
.TagClassName
{
border-color: #884B2B;
}
</style>