Shades of Korma #814D31
Tints of Korma #814D31
RGB
CMYK
RGB Variations
Color information
#814D31 (or 0x814D31) is known color: Korma. HEX triplet: 81, 4D and 31. RGB value is (129,77,49). Sum of RGB (Red+Green+Blue) = 129+77+49=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #814D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D31 is #7EB2CE. Grayscale: #595959. Windows color (decimal): -8303311 or 3231105. OLE color: 3231105.
HSL color Cylindrical-coordinate representation of color #814D31: hue angle of 21º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814D31 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 49 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.49 |
| HSL | 21º | 0.45% | 0.35% | - |
| HSV(B) | 21º | 0.62% | 0.51% | - |
| XYZ | 12.26 | 10.2 | 4.23 | - |
| YUV | 89.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 49 | 0 | 0.40 | 0.62 | 0.49 | 21 | 0.45 | 0.35 |
| Hex | 81 | 4D | 31 | 0 | 28 | 3E | 31 | 15 | 2D | 23 |
| Octal | 201 | 115 | 61 | 0 | 50 | 76 | 61 | 25 | 55 | 43 |
| Binary | 10000001 | 1001101 | 110001 | 0 | 101000 | 111110 | 110001 | 10101 | 101101 | 100011 |
Color Harmonies of #814D31
Complementary color
Monochromatic Colors of #814D31
Black with #814D31
Text Example
Text Example
White with #814D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D31; }
p { color: rgb(129,77,49); }
H1.HeaderClassName
{
color: #814D31;
}
.AnyTagClassName
{
color: #814D31;
}
</style>
background-color css
<style>
a { background-color: #814D31; }
a { background-color: rgb(129,77,49); }
div.DivClassName
{
background-color: #814D31;
}
.BgClassName
{
background-color: #814D31;
}
</style>
border-color css
<style>
span { border-color: #814D31; }
span { border-color: rgb(129,77,49); }
td.TdClassName
{
border-color: #814D31;
}
.TagClassName
{
border-color: #814D31;
}
</style>