Shades of Korma #814D26
Tints of Korma #814D26
RGB
CMYK
RGB Variations
Color information
#814D26 (or 0x814D26) is known color: Korma. HEX triplet: 81, 4D and 26. RGB value is (129,77,38). Sum of RGB (Red+Green+Blue) = 129+77+38=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #814D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D26 is #7EB2D9. Grayscale: #585858. Windows color (decimal): -8303322 or 2510209. OLE color: 2510209.
HSL color Cylindrical-coordinate representation of color #814D26: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #814D26 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 38 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.49 |
| HSL | 25.71º | 0.54% | 0.33% | - |
| HSV(B) | 25.71º | 0.71% | 0.51% | - |
| XYZ | 12.06 | 10.11 | 3.15 | - |
| YUV | 88.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 38 | 0 | 0.40 | 0.71 | 0.49 | 25.71 | 0.54 | 0.33 |
| Hex | 81 | 4D | 26 | 0 | 28 | 47 | 31 | 1A | 36 | 21 |
| Octal | 201 | 115 | 46 | 0 | 50 | 107 | 61 | 32 | 66 | 41 |
| Binary | 10000001 | 1001101 | 100110 | 0 | 101000 | 1000111 | 110001 | 11010 | 110110 | 100001 |
Color Harmonies of #814D26
Complementary color
Monochromatic Colors of #814D26
Black with #814D26
Text Example
Text Example
White with #814D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D26; }
p { color: rgb(129,77,38); }
H1.HeaderClassName
{
color: #814D26;
}
.AnyTagClassName
{
color: #814D26;
}
</style>
background-color css
<style>
a { background-color: #814D26; }
a { background-color: rgb(129,77,38); }
div.DivClassName
{
background-color: #814D26;
}
.BgClassName
{
background-color: #814D26;
}
</style>
border-color css
<style>
span { border-color: #814D26; }
span { border-color: rgb(129,77,38); }
td.TdClassName
{
border-color: #814D26;
}
.TagClassName
{
border-color: #814D26;
}
</style>