Shades of Korma #885024
Tints of Korma #885024
RGB
CMYK
RGB Variations
Color information
#885024 (or 0x885024) is known color: Korma. HEX triplet: 88, 50 and 24. RGB value is (136,80,36). Sum of RGB (Red+Green+Blue) = 136+80+36=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #885024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885024 is #77AFDB. Grayscale: #5B5B5B. Windows color (decimal): -7843804 or 2379912. OLE color: 2379912.
HSL color Cylindrical-coordinate representation of color #885024: hue angle of 26.4º 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 #885024 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 36 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.47 |
| HSL | 26.4º | 0.58% | 0.34% | - |
| HSV(B) | 26.4º | 0.74% | 0.53% | - |
| XYZ | 13.34 | 11.1 | 3.11 | - |
| YUV | 91.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 36 | 0 | 0.41 | 0.74 | 0.47 | 26.4 | 0.58 | 0.34 |
| Hex | 88 | 50 | 24 | 0 | 29 | 4A | 2F | 1A | 3A | 22 |
| Octal | 210 | 120 | 44 | 0 | 51 | 112 | 57 | 32 | 72 | 42 |
| Binary | 10001000 | 1010000 | 100100 | 0 | 101001 | 1001010 | 101111 | 11010 | 111010 | 100010 |
Color Harmonies of #885024
Complementary color
Monochromatic Colors of #885024
Black with #885024
Text Example
Text Example
White with #885024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885024; }
p { color: rgb(136,80,36); }
H1.HeaderClassName
{
color: #885024;
}
.AnyTagClassName
{
color: #885024;
}
</style>
background-color css
<style>
a { background-color: #885024; }
a { background-color: rgb(136,80,36); }
div.DivClassName
{
background-color: #885024;
}
.BgClassName
{
background-color: #885024;
}
</style>
border-color css
<style>
span { border-color: #885024; }
span { border-color: rgb(136,80,36); }
td.TdClassName
{
border-color: #885024;
}
.TagClassName
{
border-color: #885024;
}
</style>