Shades of Korma #885123
Tints of Korma #885123
RGB
CMYK
RGB Variations
Color information
#885123 (or 0x885123) is known color: Korma. HEX triplet: 88, 51 and 23. RGB value is (136,81,35). Sum of RGB (Red+Green+Blue) = 136+81+35=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #885123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885123 is #77AEDC. Grayscale: #5C5C5C. Windows color (decimal): -7843549 or 2314632. OLE color: 2314632.
HSL color Cylindrical-coordinate representation of color #885123: hue angle of 27.33º degrees, saturation: 0.59, 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 #885123 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 35 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.47 |
| HSL | 27.33º | 0.59% | 0.34% | - |
| HSV(B) | 27.33º | 0.74% | 0.53% | - |
| XYZ | 13.4 | 11.24 | 3.05 | - |
| YUV | 92.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 35 | 0 | 0.40 | 0.74 | 0.47 | 27.33 | 0.59 | 0.34 |
| Hex | 88 | 51 | 23 | 0 | 28 | 4A | 2F | 1B | 3B | 22 |
| Octal | 210 | 121 | 43 | 0 | 50 | 112 | 57 | 33 | 73 | 42 |
| Binary | 10001000 | 1010001 | 100011 | 0 | 101000 | 1001010 | 101111 | 11011 | 111011 | 100010 |
Color Harmonies of #885123
Complementary color
Monochromatic Colors of #885123
Black with #885123
Text Example
Text Example
White with #885123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885123; }
p { color: rgb(136,81,35); }
H1.HeaderClassName
{
color: #885123;
}
.AnyTagClassName
{
color: #885123;
}
</style>
background-color css
<style>
a { background-color: #885123; }
a { background-color: rgb(136,81,35); }
div.DivClassName
{
background-color: #885123;
}
.BgClassName
{
background-color: #885123;
}
</style>
border-color css
<style>
span { border-color: #885123; }
span { border-color: rgb(136,81,35); }
td.TdClassName
{
border-color: #885123;
}
.TagClassName
{
border-color: #885123;
}
</style>