Shades of Korma #80492D
Tints of Korma #80492D
RGB
CMYK
RGB Variations
Color information
#80492D (or 0x80492D) is known color: Korma. HEX triplet: 80, 49 and 2D. RGB value is (128,73,45). Sum of RGB (Red+Green+Blue) = 128+73+45=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #80492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80492D is #7FB6D2. Grayscale: #565656. Windows color (decimal): -8369875 or 2967936. OLE color: 2967936.
HSL color Cylindrical-coordinate representation of color #80492D: hue angle of 20.24º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80492D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 45 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.50 |
| HSL | 20.24º | 0.48% | 0.34% | - |
| HSV(B) | 20.24º | 0.65% | 0.5% | - |
| XYZ | 11.76 | 9.54 | 3.71 | - |
| YUV | 86.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 45 | 0 | 0.43 | 0.65 | 0.50 | 20.24 | 0.48 | 0.34 |
| Hex | 80 | 49 | 2D | 0 | 2B | 41 | 32 | 14 | 30 | 22 |
| Octal | 200 | 111 | 55 | 0 | 53 | 101 | 62 | 24 | 60 | 42 |
| Binary | 10000000 | 1001001 | 101101 | 0 | 101011 | 1000001 | 110010 | 10100 | 110000 | 100010 |
Color Harmonies of #80492D
Complementary color
Monochromatic Colors of #80492D
Black with #80492D
Text Example
Text Example
White with #80492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80492D; }
p { color: rgb(128,73,45); }
H1.HeaderClassName
{
color: #80492D;
}
.AnyTagClassName
{
color: #80492D;
}
</style>
background-color css
<style>
a { background-color: #80492D; }
a { background-color: rgb(128,73,45); }
div.DivClassName
{
background-color: #80492D;
}
.BgClassName
{
background-color: #80492D;
}
</style>
border-color css
<style>
span { border-color: #80492D; }
span { border-color: rgb(128,73,45); }
td.TdClassName
{
border-color: #80492D;
}
.TagClassName
{
border-color: #80492D;
}
</style>