Shades of Korma #814C2C
Tints of Korma #814C2C
RGB
CMYK
RGB Variations
Color information
#814C2C (or 0x814C2C) is known color: Korma. HEX triplet: 81, 4C and 2C. RGB value is (129,76,44). Sum of RGB (Red+Green+Blue) = 129+76+44=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #814C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C2C is #7EB3D3. Grayscale: #585858. Windows color (decimal): -8303572 or 2903169. OLE color: 2903169.
HSL color Cylindrical-coordinate representation of color #814C2C: hue angle of 22.59º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814C2C is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 44 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.49 |
| HSL | 22.59º | 0.49% | 0.34% | - |
| HSV(B) | 22.59º | 0.66% | 0.51% | - |
| XYZ | 12.09 | 10.02 | 3.68 | - |
| YUV | 88.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 44 | 0 | 0.41 | 0.66 | 0.49 | 22.59 | 0.49 | 0.34 |
| Hex | 81 | 4C | 2C | 0 | 29 | 42 | 31 | 17 | 31 | 22 |
| Octal | 201 | 114 | 54 | 0 | 51 | 102 | 61 | 27 | 61 | 42 |
| Binary | 10000001 | 1001100 | 101100 | 0 | 101001 | 1000010 | 110001 | 10111 | 110001 | 100010 |
Color Harmonies of #814C2C
Complementary color
Monochromatic Colors of #814C2C
Black with #814C2C
Text Example
Text Example
White with #814C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C2C; }
p { color: rgb(129,76,44); }
H1.HeaderClassName
{
color: #814C2C;
}
.AnyTagClassName
{
color: #814C2C;
}
</style>
background-color css
<style>
a { background-color: #814C2C; }
a { background-color: rgb(129,76,44); }
div.DivClassName
{
background-color: #814C2C;
}
.BgClassName
{
background-color: #814C2C;
}
</style>
border-color css
<style>
span { border-color: #814C2C; }
span { border-color: rgb(129,76,44); }
td.TdClassName
{
border-color: #814C2C;
}
.TagClassName
{
border-color: #814C2C;
}
</style>