Shades of Korma #8A4C23
Tints of Korma #8A4C23
RGB
CMYK
RGB Variations
Color information
#8A4C23 (or 0x8A4C23) is known color: Korma. HEX triplet: 8A, 4C and 23. RGB value is (138,76,35). Sum of RGB (Red+Green+Blue) = 138+76+35=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C23 is #75B3DC. Grayscale: #5A5A5A. Windows color (decimal): -7713757 or 2313354. OLE color: 2313354.
HSL color Cylindrical-coordinate representation of color #8A4C23: hue angle of 23.88º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A4C23 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 76 | 35 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.46 |
| HSL | 23.88º | 0.6% | 0.34% | - |
| HSV(B) | 23.88º | 0.75% | 0.54% | - |
| XYZ | 13.37 | 10.69 | 2.95 | - |
| YUV | 89.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 35 | 0 | 0.45 | 0.75 | 0.46 | 23.88 | 0.6 | 0.34 |
| Hex | 8A | 4C | 23 | 0 | 2D | 4B | 2E | 18 | 3C | 22 |
| Octal | 212 | 114 | 43 | 0 | 55 | 113 | 56 | 30 | 74 | 42 |
| Binary | 10001010 | 1001100 | 100011 | 0 | 101101 | 1001011 | 101110 | 11000 | 111100 | 100010 |
Color Harmonies of #8A4C23
Complementary color
Monochromatic Colors of #8A4C23
Black with #8A4C23
Text Example
Text Example
White with #8A4C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4C23; }
p { color: rgb(138,76,35); }
H1.HeaderClassName
{
color: #8A4C23;
}
.AnyTagClassName
{
color: #8A4C23;
}
</style>
background-color css
<style>
a { background-color: #8A4C23; }
a { background-color: rgb(138,76,35); }
div.DivClassName
{
background-color: #8A4C23;
}
.BgClassName
{
background-color: #8A4C23;
}
</style>
border-color css
<style>
span { border-color: #8A4C23; }
span { border-color: rgb(138,76,35); }
td.TdClassName
{
border-color: #8A4C23;
}
.TagClassName
{
border-color: #8A4C23;
}
</style>