Shades of Korma #8A4926
Tints of Korma #8A4926
RGB
CMYK
RGB Variations
Color information
#8A4926 (or 0x8A4926) is known color: Korma. HEX triplet: 8A, 49 and 26. RGB value is (138,73,38). Sum of RGB (Red+Green+Blue) = 138+73+38=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4926 is #75B6D9. Grayscale: #585858. Windows color (decimal): -7714522 or 2509194. OLE color: 2509194.
HSL color Cylindrical-coordinate representation of color #8A4926: hue angle of 21º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A4926 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 38 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.46 |
| HSL | 21º | 0.57% | 0.35% | - |
| HSV(B) | 21º | 0.72% | 0.54% | - |
| XYZ | 13.21 | 10.31 | 3.13 | - |
| YUV | 88.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 38 | 0 | 0.47 | 0.72 | 0.46 | 21 | 0.57 | 0.35 |
| Hex | 8A | 49 | 26 | 0 | 2F | 48 | 2E | 15 | 39 | 23 |
| Octal | 212 | 111 | 46 | 0 | 57 | 110 | 56 | 25 | 71 | 43 |
| Binary | 10001010 | 1001001 | 100110 | 0 | 101111 | 1001000 | 101110 | 10101 | 111001 | 100011 |
Color Harmonies of #8A4926
Complementary color
Monochromatic Colors of #8A4926
Black with #8A4926
Text Example
Text Example
White with #8A4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4926; }
p { color: rgb(138,73,38); }
H1.HeaderClassName
{
color: #8A4926;
}
.AnyTagClassName
{
color: #8A4926;
}
</style>
background-color css
<style>
a { background-color: #8A4926; }
a { background-color: rgb(138,73,38); }
div.DivClassName
{
background-color: #8A4926;
}
.BgClassName
{
background-color: #8A4926;
}
</style>
border-color css
<style>
span { border-color: #8A4926; }
span { border-color: rgb(138,73,38); }
td.TdClassName
{
border-color: #8A4926;
}
.TagClassName
{
border-color: #8A4926;
}
</style>