Shades of Korma #814D2A
Tints of Korma #814D2A
RGB
CMYK
RGB Variations
Color information
#814D2A (or 0x814D2A) is known color: Korma. HEX triplet: 81, 4D and 2A. RGB value is (129,77,42). Sum of RGB (Red+Green+Blue) = 129+77+42=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D2A is #7EB2D5. Grayscale: #585858. Windows color (decimal): -8303318 or 2772353. OLE color: 2772353.
HSL color Cylindrical-coordinate representation of color #814D2A: hue angle of 24.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814D2A is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 42 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.49 |
| HSL | 24.14º | 0.51% | 0.34% | - |
| HSV(B) | 24.14º | 0.67% | 0.51% | - |
| XYZ | 12.13 | 10.14 | 3.51 | - |
| YUV | 88.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 42 | 0 | 0.40 | 0.67 | 0.49 | 24.14 | 0.51 | 0.34 |
| Hex | 81 | 4D | 2A | 0 | 28 | 43 | 31 | 18 | 33 | 22 |
| Octal | 201 | 115 | 52 | 0 | 50 | 103 | 61 | 30 | 63 | 42 |
| Binary | 10000001 | 1001101 | 101010 | 0 | 101000 | 1000011 | 110001 | 11000 | 110011 | 100010 |
Color Harmonies of #814D2A
Complementary color
Monochromatic Colors of #814D2A
Black with #814D2A
Text Example
Text Example
White with #814D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D2A; }
p { color: rgb(129,77,42); }
H1.HeaderClassName
{
color: #814D2A;
}
.AnyTagClassName
{
color: #814D2A;
}
</style>
background-color css
<style>
a { background-color: #814D2A; }
a { background-color: rgb(129,77,42); }
div.DivClassName
{
background-color: #814D2A;
}
.BgClassName
{
background-color: #814D2A;
}
</style>
border-color css
<style>
span { border-color: #814D2A; }
span { border-color: rgb(129,77,42); }
td.TdClassName
{
border-color: #814D2A;
}
.TagClassName
{
border-color: #814D2A;
}
</style>