Shades of Korma #8B4E26
Tints of Korma #8B4E26
RGB
CMYK
RGB Variations
Color information
#8B4E26 (or 0x8B4E26) is known color: Korma. HEX triplet: 8B, 4E and 26. RGB value is (139,78,38). Sum of RGB (Red+Green+Blue) = 139+78+38=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4E26 is #74B1D9. Grayscale: #5B5B5B. Windows color (decimal): -7647706 or 2510475. OLE color: 2510475.
HSL color Cylindrical-coordinate representation of color #8B4E26: hue angle of 23.76º 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 #8B4E26 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 38 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.45 |
| HSL | 23.76º | 0.57% | 0.35% | - |
| HSV(B) | 23.76º | 0.73% | 0.55% | - |
| XYZ | 13.72 | 11.08 | 3.25 | - |
| YUV | 91.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 38 | 0 | 0.44 | 0.73 | 0.45 | 23.76 | 0.57 | 0.35 |
| Hex | 8B | 4E | 26 | 0 | 2C | 49 | 2D | 18 | 39 | 23 |
| Octal | 213 | 116 | 46 | 0 | 54 | 111 | 55 | 30 | 71 | 43 |
| Binary | 10001011 | 1001110 | 100110 | 0 | 101100 | 1001001 | 101101 | 11000 | 111001 | 100011 |
Color Harmonies of #8B4E26
Complementary color
Monochromatic Colors of #8B4E26
Black with #8B4E26
Text Example
Text Example
White with #8B4E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E26; }
p { color: rgb(139,78,38); }
H1.HeaderClassName
{
color: #8B4E26;
}
.AnyTagClassName
{
color: #8B4E26;
}
</style>
background-color css
<style>
a { background-color: #8B4E26; }
a { background-color: rgb(139,78,38); }
div.DivClassName
{
background-color: #8B4E26;
}
.BgClassName
{
background-color: #8B4E26;
}
</style>
border-color css
<style>
span { border-color: #8B4E26; }
span { border-color: rgb(139,78,38); }
td.TdClassName
{
border-color: #8B4E26;
}
.TagClassName
{
border-color: #8B4E26;
}
</style>