Shades of Korma #884F22
Tints of Korma #884F22
RGB
CMYK
RGB Variations
Color information
#884F22 (or 0x884F22) is known color: Korma. HEX triplet: 88, 4F and 22. RGB value is (136,79,34). Sum of RGB (Red+Green+Blue) = 136+79+34=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #884F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F22 is #77B0DD. Grayscale: #5B5B5B. Windows color (decimal): -7844062 or 2248584. OLE color: 2248584.
HSL color Cylindrical-coordinate representation of color #884F22: hue angle of 26.47º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #884F22 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 34 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.47 |
| HSL | 26.47º | 0.6% | 0.33% | - |
| HSV(B) | 26.47º | 0.75% | 0.53% | - |
| XYZ | 13.24 | 10.94 | 2.93 | - |
| YUV | 90.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 34 | 0 | 0.42 | 0.75 | 0.47 | 26.47 | 0.6 | 0.33 |
| Hex | 88 | 4F | 22 | 0 | 2A | 4B | 2F | 1A | 3C | 21 |
| Octal | 210 | 117 | 42 | 0 | 52 | 113 | 57 | 32 | 74 | 41 |
| Binary | 10001000 | 1001111 | 100010 | 0 | 101010 | 1001011 | 101111 | 11010 | 111100 | 100001 |
Color Harmonies of #884F22
Complementary color
Monochromatic Colors of #884F22
Black with #884F22
Text Example
Text Example
White with #884F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F22; }
p { color: rgb(136,79,34); }
H1.HeaderClassName
{
color: #884F22;
}
.AnyTagClassName
{
color: #884F22;
}
</style>
background-color css
<style>
a { background-color: #884F22; }
a { background-color: rgb(136,79,34); }
div.DivClassName
{
background-color: #884F22;
}
.BgClassName
{
background-color: #884F22;
}
</style>
border-color css
<style>
span { border-color: #884F22; }
span { border-color: rgb(136,79,34); }
td.TdClassName
{
border-color: #884F22;
}
.TagClassName
{
border-color: #884F22;
}
</style>