Shades of Korma #80492F
Tints of Korma #80492F
RGB
CMYK
RGB Variations
Color information
#80492F (or 0x80492F) is known color: Korma. HEX triplet: 80, 49 and 2F. RGB value is (128,73,47). Sum of RGB (Red+Green+Blue) = 128+73+47=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #80492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80492F is #7FB6D0. Grayscale: #565656. Windows color (decimal): -8369873 or 3099008. OLE color: 3099008.
HSL color Cylindrical-coordinate representation of color #80492F: hue angle of 19.26º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80492F is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 47 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.50 |
| HSL | 19.26º | 0.46% | 0.34% | - |
| HSV(B) | 19.26º | 0.63% | 0.5% | - |
| XYZ | 11.8 | 9.56 | 3.91 | - |
| YUV | 86.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 47 | 0 | 0.43 | 0.63 | 0.50 | 19.26 | 0.46 | 0.34 |
| Hex | 80 | 49 | 2F | 0 | 2B | 3F | 32 | 13 | 2E | 22 |
| Octal | 200 | 111 | 57 | 0 | 53 | 77 | 62 | 23 | 56 | 42 |
| Binary | 10000000 | 1001001 | 101111 | 0 | 101011 | 111111 | 110010 | 10011 | 101110 | 100010 |
Color Harmonies of #80492F
Complementary color
Monochromatic Colors of #80492F
Black with #80492F
Text Example
Text Example
White with #80492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80492F; }
p { color: rgb(128,73,47); }
H1.HeaderClassName
{
color: #80492F;
}
.AnyTagClassName
{
color: #80492F;
}
</style>
background-color css
<style>
a { background-color: #80492F; }
a { background-color: rgb(128,73,47); }
div.DivClassName
{
background-color: #80492F;
}
.BgClassName
{
background-color: #80492F;
}
</style>
border-color css
<style>
span { border-color: #80492F; }
span { border-color: rgb(128,73,47); }
td.TdClassName
{
border-color: #80492F;
}
.TagClassName
{
border-color: #80492F;
}
</style>