Shades of Korma #884924
Tints of Korma #884924
RGB
CMYK
RGB Variations
Color information
#884924 (or 0x884924) is known color: Korma. HEX triplet: 88, 49 and 24. RGB value is (136,73,36). Sum of RGB (Red+Green+Blue) = 136+73+36=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #884924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884924 is #77B6DB. Grayscale: #575757. Windows color (decimal): -7845596 or 2378120. OLE color: 2378120.
HSL color Cylindrical-coordinate representation of color #884924: hue angle of 22.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #884924 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 36 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.47 |
| HSL | 22.2º | 0.58% | 0.34% | - |
| HSV(B) | 22.2º | 0.74% | 0.53% | - |
| XYZ | 12.85 | 10.13 | 2.95 | - |
| YUV | 87.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 36 | 0 | 0.46 | 0.74 | 0.47 | 22.2 | 0.58 | 0.34 |
| Hex | 88 | 49 | 24 | 0 | 2E | 4A | 2F | 16 | 3A | 22 |
| Octal | 210 | 111 | 44 | 0 | 56 | 112 | 57 | 26 | 72 | 42 |
| Binary | 10001000 | 1001001 | 100100 | 0 | 101110 | 1001010 | 101111 | 10110 | 111010 | 100010 |
Color Harmonies of #884924
Complementary color
Monochromatic Colors of #884924
Black with #884924
Text Example
Text Example
White with #884924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884924; }
p { color: rgb(136,73,36); }
H1.HeaderClassName
{
color: #884924;
}
.AnyTagClassName
{
color: #884924;
}
</style>
background-color css
<style>
a { background-color: #884924; }
a { background-color: rgb(136,73,36); }
div.DivClassName
{
background-color: #884924;
}
.BgClassName
{
background-color: #884924;
}
</style>
border-color css
<style>
span { border-color: #884924; }
span { border-color: rgb(136,73,36); }
td.TdClassName
{
border-color: #884924;
}
.TagClassName
{
border-color: #884924;
}
</style>