Shades of Korma #88492A
Tints of Korma #88492A
RGB
CMYK
RGB Variations
Color information
#88492A (or 0x88492A) is known color: Korma. HEX triplet: 88, 49 and 2A. RGB value is (136,73,42). Sum of RGB (Red+Green+Blue) = 136+73+42=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88492A is #77B6D5. Grayscale: #585858. Windows color (decimal): -7845590 or 2771336. OLE color: 2771336.
HSL color Cylindrical-coordinate representation of color #88492A: hue angle of 19.79º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88492A is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 42 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.47 |
| HSL | 19.79º | 0.53% | 0.35% | - |
| HSV(B) | 19.79º | 0.69% | 0.53% | - |
| XYZ | 12.95 | 10.17 | 3.47 | - |
| YUV | 88.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 42 | 0 | 0.46 | 0.69 | 0.47 | 19.79 | 0.53 | 0.35 |
| Hex | 88 | 49 | 2A | 0 | 2E | 45 | 2F | 14 | 35 | 23 |
| Octal | 210 | 111 | 52 | 0 | 56 | 105 | 57 | 24 | 65 | 43 |
| Binary | 10001000 | 1001001 | 101010 | 0 | 101110 | 1000101 | 101111 | 10100 | 110101 | 100011 |
Color Harmonies of #88492A
Complementary color
Monochromatic Colors of #88492A
Black with #88492A
Text Example
Text Example
White with #88492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88492A; }
p { color: rgb(136,73,42); }
H1.HeaderClassName
{
color: #88492A;
}
.AnyTagClassName
{
color: #88492A;
}
</style>
background-color css
<style>
a { background-color: #88492A; }
a { background-color: rgb(136,73,42); }
div.DivClassName
{
background-color: #88492A;
}
.BgClassName
{
background-color: #88492A;
}
</style>
border-color css
<style>
span { border-color: #88492A; }
span { border-color: rgb(136,73,42); }
td.TdClassName
{
border-color: #88492A;
}
.TagClassName
{
border-color: #88492A;
}
</style>