Shades of Korma #814D23
Tints of Korma #814D23
RGB
CMYK
RGB Variations
Color information
#814D23 (or 0x814D23) is known color: Korma. HEX triplet: 81, 4D and 23. RGB value is (129,77,35). Sum of RGB (Red+Green+Blue) = 129+77+35=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #814D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D23 is #7EB2DC. Grayscale: #575757. Windows color (decimal): -8303325 or 2313601. OLE color: 2313601.
HSL color Cylindrical-coordinate representation of color #814D23: hue angle of 26.81º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #814D23 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 35 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.49 |
| HSL | 26.81º | 0.57% | 0.32% | - |
| HSV(B) | 26.81º | 0.73% | 0.51% | - |
| XYZ | 12.01 | 10.1 | 2.91 | - |
| YUV | 87.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 35 | 0 | 0.40 | 0.73 | 0.49 | 26.81 | 0.57 | 0.32 |
| Hex | 81 | 4D | 23 | 0 | 28 | 49 | 31 | 1B | 39 | 20 |
| Octal | 201 | 115 | 43 | 0 | 50 | 111 | 61 | 33 | 71 | 40 |
| Binary | 10000001 | 1001101 | 100011 | 0 | 101000 | 1001001 | 110001 | 11011 | 111001 | 100000 |
Color Harmonies of #814D23
Complementary color
Monochromatic Colors of #814D23
Black with #814D23
Text Example
Text Example
White with #814D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D23; }
p { color: rgb(129,77,35); }
H1.HeaderClassName
{
color: #814D23;
}
.AnyTagClassName
{
color: #814D23;
}
</style>
background-color css
<style>
a { background-color: #814D23; }
a { background-color: rgb(129,77,35); }
div.DivClassName
{
background-color: #814D23;
}
.BgClassName
{
background-color: #814D23;
}
</style>
border-color css
<style>
span { border-color: #814D23; }
span { border-color: rgb(129,77,35); }
td.TdClassName
{
border-color: #814D23;
}
.TagClassName
{
border-color: #814D23;
}
</style>