Shades of Korma #81492C
Tints of Korma #81492C
RGB
CMYK
RGB Variations
Color information
#81492C (or 0x81492C) is known color: Korma. HEX triplet: 81, 49 and 2C. RGB value is (129,73,44). Sum of RGB (Red+Green+Blue) = 129+73+44=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81492C is #7EB6D3. Grayscale: #565656. Windows color (decimal): -8304340 or 2902401. OLE color: 2902401.
HSL color Cylindrical-coordinate representation of color #81492C: hue angle of 20.47º 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 #81492C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 44 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.49 |
| HSL | 20.47º | 0.49% | 0.34% | - |
| HSV(B) | 20.47º | 0.66% | 0.51% | - |
| XYZ | 11.89 | 9.61 | 3.61 | - |
| YUV | 86.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 44 | 0 | 0.43 | 0.66 | 0.49 | 20.47 | 0.49 | 0.34 |
| Hex | 81 | 49 | 2C | 0 | 2B | 42 | 31 | 14 | 31 | 22 |
| Octal | 201 | 111 | 54 | 0 | 53 | 102 | 61 | 24 | 61 | 42 |
| Binary | 10000001 | 1001001 | 101100 | 0 | 101011 | 1000010 | 110001 | 10100 | 110001 | 100010 |
Color Harmonies of #81492C
Complementary color
Monochromatic Colors of #81492C
Black with #81492C
Text Example
Text Example
White with #81492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81492C; }
p { color: rgb(129,73,44); }
H1.HeaderClassName
{
color: #81492C;
}
.AnyTagClassName
{
color: #81492C;
}
</style>
background-color css
<style>
a { background-color: #81492C; }
a { background-color: rgb(129,73,44); }
div.DivClassName
{
background-color: #81492C;
}
.BgClassName
{
background-color: #81492C;
}
</style>
border-color css
<style>
span { border-color: #81492C; }
span { border-color: rgb(129,73,44); }
td.TdClassName
{
border-color: #81492C;
}
.TagClassName
{
border-color: #81492C;
}
</style>