Shades of Korma #814E30
Tints of Korma #814E30
RGB
CMYK
RGB Variations
Color information
#814E30 (or 0x814E30) is known color: Korma. HEX triplet: 81, 4E and 30. RGB value is (129,78,48). Sum of RGB (Red+Green+Blue) = 129+78+48=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #814E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E30 is #7EB1CF. Grayscale: #5A5A5A. Windows color (decimal): -8303056 or 3165825. OLE color: 3165825.
HSL color Cylindrical-coordinate representation of color #814E30: hue angle of 22.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #814E30 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 48 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.49 |
| HSL | 22.22º | 0.46% | 0.35% | - |
| HSV(B) | 22.22º | 0.63% | 0.51% | - |
| XYZ | 12.31 | 10.33 | 4.14 | - |
| YUV | 89.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 48 | 0 | 0.40 | 0.63 | 0.49 | 22.22 | 0.46 | 0.35 |
| Hex | 81 | 4E | 30 | 0 | 28 | 3F | 31 | 16 | 2E | 23 |
| Octal | 201 | 116 | 60 | 0 | 50 | 77 | 61 | 26 | 56 | 43 |
| Binary | 10000001 | 1001110 | 110000 | 0 | 101000 | 111111 | 110001 | 10110 | 101110 | 100011 |
Color Harmonies of #814E30
Complementary color
Monochromatic Colors of #814E30
Black with #814E30
Text Example
Text Example
White with #814E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E30; }
p { color: rgb(129,78,48); }
H1.HeaderClassName
{
color: #814E30;
}
.AnyTagClassName
{
color: #814E30;
}
</style>
background-color css
<style>
a { background-color: #814E30; }
a { background-color: rgb(129,78,48); }
div.DivClassName
{
background-color: #814E30;
}
.BgClassName
{
background-color: #814E30;
}
</style>
border-color css
<style>
span { border-color: #814E30; }
span { border-color: rgb(129,78,48); }
td.TdClassName
{
border-color: #814E30;
}
.TagClassName
{
border-color: #814E30;
}
</style>