Shades of Korma #814E32
Tints of Korma #814E32
RGB
CMYK
RGB Variations
Color information
#814E32 (or 0x814E32) is known color: Korma. HEX triplet: 81, 4E and 32. RGB value is (129,78,50). Sum of RGB (Red+Green+Blue) = 129+78+50=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #814E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E32 is #7EB1CD. Grayscale: #5A5A5A. Windows color (decimal): -8303054 or 3296897. OLE color: 3296897.
HSL color Cylindrical-coordinate representation of color #814E32: hue angle of 21.27º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814E32 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 50 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.49 |
| HSL | 21.27º | 0.44% | 0.35% | - |
| HSV(B) | 21.27º | 0.61% | 0.51% | - |
| XYZ | 12.35 | 10.35 | 4.36 | - |
| YUV | 90.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 50 | 0 | 0.40 | 0.61 | 0.49 | 21.27 | 0.44 | 0.35 |
| Hex | 81 | 4E | 32 | 0 | 28 | 3D | 31 | 15 | 2C | 23 |
| Octal | 201 | 116 | 62 | 0 | 50 | 75 | 61 | 25 | 54 | 43 |
| Binary | 10000001 | 1001110 | 110010 | 0 | 101000 | 111101 | 110001 | 10101 | 101100 | 100011 |
Color Harmonies of #814E32
Complementary color
Monochromatic Colors of #814E32
Black with #814E32
Text Example
Text Example
White with #814E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E32; }
p { color: rgb(129,78,50); }
H1.HeaderClassName
{
color: #814E32;
}
.AnyTagClassName
{
color: #814E32;
}
</style>
background-color css
<style>
a { background-color: #814E32; }
a { background-color: rgb(129,78,50); }
div.DivClassName
{
background-color: #814E32;
}
.BgClassName
{
background-color: #814E32;
}
</style>
border-color css
<style>
span { border-color: #814E32; }
span { border-color: rgb(129,78,50); }
td.TdClassName
{
border-color: #814E32;
}
.TagClassName
{
border-color: #814E32;
}
</style>