Shades of Korma #8B5124
Tints of Korma #8B5124
RGB
CMYK
RGB Variations
Color information
#8B5124 (or 0x8B5124) is known color: Korma. HEX triplet: 8B, 51 and 24. RGB value is (139,81,36). Sum of RGB (Red+Green+Blue) = 139+81+36=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5124 is #74AEDB. Grayscale: #5D5D5D. Windows color (decimal): -7646940 or 2380171. OLE color: 2380171.
HSL color Cylindrical-coordinate representation of color #8B5124: hue angle of 26.21º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B5124 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 36 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.45 |
| HSL | 26.21º | 0.59% | 0.34% | - |
| HSV(B) | 26.21º | 0.74% | 0.55% | - |
| XYZ | 13.91 | 11.5 | 3.16 | - |
| YUV | 93.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 36 | 0 | 0.42 | 0.74 | 0.45 | 26.21 | 0.59 | 0.34 |
| Hex | 8B | 51 | 24 | 0 | 2A | 4A | 2D | 1A | 3B | 22 |
| Octal | 213 | 121 | 44 | 0 | 52 | 112 | 55 | 32 | 73 | 42 |
| Binary | 10001011 | 1010001 | 100100 | 0 | 101010 | 1001010 | 101101 | 11010 | 111011 | 100010 |
Color Harmonies of #8B5124
Complementary color
Monochromatic Colors of #8B5124
Black with #8B5124
Text Example
Text Example
White with #8B5124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5124; }
p { color: rgb(139,81,36); }
H1.HeaderClassName
{
color: #8B5124;
}
.AnyTagClassName
{
color: #8B5124;
}
</style>
background-color css
<style>
a { background-color: #8B5124; }
a { background-color: rgb(139,81,36); }
div.DivClassName
{
background-color: #8B5124;
}
.BgClassName
{
background-color: #8B5124;
}
</style>
border-color css
<style>
span { border-color: #8B5124; }
span { border-color: rgb(139,81,36); }
td.TdClassName
{
border-color: #8B5124;
}
.TagClassName
{
border-color: #8B5124;
}
</style>