Shades of Korma #8C5226
Tints of Korma #8C5226
RGB
CMYK
RGB Variations
Color information
#8C5226 (or 0x8C5226) is known color: Korma. HEX triplet: 8C, 52 and 26. RGB value is (140,82,38). Sum of RGB (Red+Green+Blue) = 140+82+38=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5226 is #73ADD9. Grayscale: #5E5E5E. Windows color (decimal): -7581146 or 2511500. OLE color: 2511500.
HSL color Cylindrical-coordinate representation of color #8C5226: hue angle of 25.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C5226 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 38 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.45 |
| HSL | 25.88º | 0.57% | 0.35% | - |
| HSV(B) | 25.88º | 0.73% | 0.55% | - |
| XYZ | 14.18 | 11.75 | 3.35 | - |
| YUV | 94.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 38 | 0 | 0.41 | 0.73 | 0.45 | 25.88 | 0.57 | 0.35 |
| Hex | 8C | 52 | 26 | 0 | 29 | 49 | 2D | 1A | 39 | 23 |
| Octal | 214 | 122 | 46 | 0 | 51 | 111 | 55 | 32 | 71 | 43 |
| Binary | 10001100 | 1010010 | 100110 | 0 | 101001 | 1001001 | 101101 | 11010 | 111001 | 100011 |
Color Harmonies of #8C5226
Complementary color
Monochromatic Colors of #8C5226
Black with #8C5226
Text Example
Text Example
White with #8C5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5226; }
p { color: rgb(140,82,38); }
H1.HeaderClassName
{
color: #8C5226;
}
.AnyTagClassName
{
color: #8C5226;
}
</style>
background-color css
<style>
a { background-color: #8C5226; }
a { background-color: rgb(140,82,38); }
div.DivClassName
{
background-color: #8C5226;
}
.BgClassName
{
background-color: #8C5226;
}
</style>
border-color css
<style>
span { border-color: #8C5226; }
span { border-color: rgb(140,82,38); }
td.TdClassName
{
border-color: #8C5226;
}
.TagClassName
{
border-color: #8C5226;
}
</style>