Shades of Korma #80562F
Tints of Korma #80562F
RGB
CMYK
RGB Variations
Color information
#80562F (or 0x80562F) is known color: Korma. HEX triplet: 80, 56 and 2F. RGB value is (128,86,47). Sum of RGB (Red+Green+Blue) = 128+86+47=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80562F is #7FA9D0. Grayscale: #5E5E5E. Windows color (decimal): -8366545 or 3102336. OLE color: 3102336.
HSL color Cylindrical-coordinate representation of color #80562F: hue angle of 28.89º 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 #80562F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 47 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.50 |
| HSL | 28.89º | 0.46% | 0.34% | - |
| HSV(B) | 28.89º | 0.63% | 0.5% | - |
| XYZ | 12.74 | 11.45 | 4.23 | - |
| YUV | 94.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 47 | 0 | 0.33 | 0.63 | 0.50 | 28.89 | 0.46 | 0.34 |
| Hex | 80 | 56 | 2F | 0 | 21 | 3F | 32 | 1D | 2E | 22 |
| Octal | 200 | 126 | 57 | 0 | 41 | 77 | 62 | 35 | 56 | 42 |
| Binary | 10000000 | 1010110 | 101111 | 0 | 100001 | 111111 | 110010 | 11101 | 101110 | 100010 |
Color Harmonies of #80562F
Complementary color
Monochromatic Colors of #80562F
Black with #80562F
Text Example
Text Example
White with #80562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80562F; }
p { color: rgb(128,86,47); }
H1.HeaderClassName
{
color: #80562F;
}
.AnyTagClassName
{
color: #80562F;
}
</style>
background-color css
<style>
a { background-color: #80562F; }
a { background-color: rgb(128,86,47); }
div.DivClassName
{
background-color: #80562F;
}
.BgClassName
{
background-color: #80562F;
}
</style>
border-color css
<style>
span { border-color: #80562F; }
span { border-color: rgb(128,86,47); }
td.TdClassName
{
border-color: #80562F;
}
.TagClassName
{
border-color: #80562F;
}
</style>