Shades of Korma #8A4824
Tints of Korma #8A4824
RGB
CMYK
RGB Variations
Color information
#8A4824 (or 0x8A4824) is known color: Korma. HEX triplet: 8A, 48 and 24. RGB value is (138,72,36). Sum of RGB (Red+Green+Blue) = 138+72+36=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4824 is #75B7DB. Grayscale: #575757. Windows color (decimal): -7714780 or 2377866. OLE color: 2377866.
HSL color Cylindrical-coordinate representation of color #8A4824: hue angle of 21.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A4824 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 36 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.46 |
| HSL | 21.18º | 0.59% | 0.34% | - |
| HSV(B) | 21.18º | 0.74% | 0.54% | - |
| XYZ | 13.12 | 10.17 | 2.94 | - |
| YUV | 87.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 36 | 0 | 0.48 | 0.74 | 0.46 | 21.18 | 0.59 | 0.34 |
| Hex | 8A | 48 | 24 | 0 | 30 | 4A | 2E | 15 | 3B | 22 |
| Octal | 212 | 110 | 44 | 0 | 60 | 112 | 56 | 25 | 73 | 42 |
| Binary | 10001010 | 1001000 | 100100 | 0 | 110000 | 1001010 | 101110 | 10101 | 111011 | 100010 |
Color Harmonies of #8A4824
Complementary color
Monochromatic Colors of #8A4824
Black with #8A4824
Text Example
Text Example
White with #8A4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4824; }
p { color: rgb(138,72,36); }
H1.HeaderClassName
{
color: #8A4824;
}
.AnyTagClassName
{
color: #8A4824;
}
</style>
background-color css
<style>
a { background-color: #8A4824; }
a { background-color: rgb(138,72,36); }
div.DivClassName
{
background-color: #8A4824;
}
.BgClassName
{
background-color: #8A4824;
}
</style>
border-color css
<style>
span { border-color: #8A4824; }
span { border-color: rgb(138,72,36); }
td.TdClassName
{
border-color: #8A4824;
}
.TagClassName
{
border-color: #8A4824;
}
</style>