Shades of Korma #8B5229
Tints of Korma #8B5229
RGB
CMYK
RGB Variations
Color information
#8B5229 (or 0x8B5229) is known color: Korma. HEX triplet: 8B, 52 and 29. RGB value is (139,82,41). Sum of RGB (Red+Green+Blue) = 139+82+41=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5229 is #74ADD6. Grayscale: #5E5E5E. Windows color (decimal): -7646679 or 2708107. OLE color: 2708107.
HSL color Cylindrical-coordinate representation of color #8B5229: hue angle of 25.1º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B5229 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 41 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.45 |
| HSL | 25.1º | 0.54% | 0.35% | - |
| HSV(B) | 25.1º | 0.71% | 0.55% | - |
| XYZ | 14.06 | 11.68 | 3.61 | - |
| YUV | 94.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 41 | 0 | 0.41 | 0.71 | 0.45 | 25.1 | 0.54 | 0.35 |
| Hex | 8B | 52 | 29 | 0 | 29 | 47 | 2D | 19 | 36 | 23 |
| Octal | 213 | 122 | 51 | 0 | 51 | 107 | 55 | 31 | 66 | 43 |
| Binary | 10001011 | 1010010 | 101001 | 0 | 101001 | 1000111 | 101101 | 11001 | 110110 | 100011 |
Color Harmonies of #8B5229
Complementary color
Monochromatic Colors of #8B5229
Black with #8B5229
Text Example
Text Example
White with #8B5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5229; }
p { color: rgb(139,82,41); }
H1.HeaderClassName
{
color: #8B5229;
}
.AnyTagClassName
{
color: #8B5229;
}
</style>
background-color css
<style>
a { background-color: #8B5229; }
a { background-color: rgb(139,82,41); }
div.DivClassName
{
background-color: #8B5229;
}
.BgClassName
{
background-color: #8B5229;
}
</style>
border-color css
<style>
span { border-color: #8B5229; }
span { border-color: rgb(139,82,41); }
td.TdClassName
{
border-color: #8B5229;
}
.TagClassName
{
border-color: #8B5229;
}
</style>