Shades of Korma #884A2B
Tints of Korma #884A2B
RGB
CMYK
RGB Variations
Color information
#884A2B (or 0x884A2B) is known color: Korma. HEX triplet: 88, 4A and 2B. RGB value is (136,74,43). Sum of RGB (Red+Green+Blue) = 136+74+43=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #884A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A2B is #77B5D4. Grayscale: #595959. Windows color (decimal): -7845333 or 2837128. OLE color: 2837128.
HSL color Cylindrical-coordinate representation of color #884A2B: hue angle of 20º 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 #884A2B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 43 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.47 |
| HSL | 20º | 0.52% | 0.35% | - |
| HSV(B) | 20º | 0.68% | 0.53% | - |
| XYZ | 13.04 | 10.31 | 3.59 | - |
| YUV | 89 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 43 | 0 | 0.46 | 0.68 | 0.47 | 20 | 0.52 | 0.35 |
| Hex | 88 | 4A | 2B | 0 | 2E | 44 | 2F | 14 | 34 | 23 |
| Octal | 210 | 112 | 53 | 0 | 56 | 104 | 57 | 24 | 64 | 43 |
| Binary | 10001000 | 1001010 | 101011 | 0 | 101110 | 1000100 | 101111 | 10100 | 110100 | 100011 |
Color Harmonies of #884A2B
Complementary color
Monochromatic Colors of #884A2B
Black with #884A2B
Text Example
Text Example
White with #884A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A2B; }
p { color: rgb(136,74,43); }
H1.HeaderClassName
{
color: #884A2B;
}
.AnyTagClassName
{
color: #884A2B;
}
</style>
background-color css
<style>
a { background-color: #884A2B; }
a { background-color: rgb(136,74,43); }
div.DivClassName
{
background-color: #884A2B;
}
.BgClassName
{
background-color: #884A2B;
}
</style>
border-color css
<style>
span { border-color: #884A2B; }
span { border-color: rgb(136,74,43); }
td.TdClassName
{
border-color: #884A2B;
}
.TagClassName
{
border-color: #884A2B;
}
</style>