Shades of Korma #8B4E27
Tints of Korma #8B4E27
RGB
CMYK
RGB Variations
Color information
#8B4E27 (or 0x8B4E27) is known color: Korma. HEX triplet: 8B, 4E and 27. RGB value is (139,78,39). Sum of RGB (Red+Green+Blue) = 139+78+39=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4E27 is #74B1D8. Grayscale: #5C5C5C. Windows color (decimal): -7647705 or 2576011. OLE color: 2576011.
HSL color Cylindrical-coordinate representation of color #8B4E27: hue angle of 23.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B4E27 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 39 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.45 |
| HSL | 23.4º | 0.56% | 0.35% | - |
| HSV(B) | 23.4º | 0.72% | 0.55% | - |
| XYZ | 13.74 | 11.08 | 3.33 | - |
| YUV | 91.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 39 | 0 | 0.44 | 0.72 | 0.45 | 23.4 | 0.56 | 0.35 |
| Hex | 8B | 4E | 27 | 0 | 2C | 48 | 2D | 17 | 38 | 23 |
| Octal | 213 | 116 | 47 | 0 | 54 | 110 | 55 | 27 | 70 | 43 |
| Binary | 10001011 | 1001110 | 100111 | 0 | 101100 | 1001000 | 101101 | 10111 | 111000 | 100011 |
Color Harmonies of #8B4E27
Complementary color
Monochromatic Colors of #8B4E27
Black with #8B4E27
Text Example
Text Example
White with #8B4E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E27; }
p { color: rgb(139,78,39); }
H1.HeaderClassName
{
color: #8B4E27;
}
.AnyTagClassName
{
color: #8B4E27;
}
</style>
background-color css
<style>
a { background-color: #8B4E27; }
a { background-color: rgb(139,78,39); }
div.DivClassName
{
background-color: #8B4E27;
}
.BgClassName
{
background-color: #8B4E27;
}
</style>
border-color css
<style>
span { border-color: #8B4E27; }
span { border-color: rgb(139,78,39); }
td.TdClassName
{
border-color: #8B4E27;
}
.TagClassName
{
border-color: #8B4E27;
}
</style>