Shades of Korma #805128
Tints of Korma #805128
RGB
CMYK
RGB Variations
Color information
#805128 (or 0x805128) is known color: Korma. HEX triplet: 80, 51 and 28. RGB value is (128,81,40). Sum of RGB (Red+Green+Blue) = 128+81+40=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #805128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805128 is #7FAED7. Grayscale: #5A5A5A. Windows color (decimal): -8367832 or 2642304. OLE color: 2642304.
HSL color Cylindrical-coordinate representation of color #805128: hue angle of 27.95º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #805128 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 40 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.50 |
| HSL | 27.95º | 0.52% | 0.33% | - |
| HSV(B) | 27.95º | 0.69% | 0.5% | - |
| XYZ | 12.23 | 10.63 | 3.41 | - |
| YUV | 90.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 40 | 0 | 0.37 | 0.69 | 0.50 | 27.95 | 0.52 | 0.33 |
| Hex | 80 | 51 | 28 | 0 | 25 | 45 | 32 | 1C | 34 | 21 |
| Octal | 200 | 121 | 50 | 0 | 45 | 105 | 62 | 34 | 64 | 41 |
| Binary | 10000000 | 1010001 | 101000 | 0 | 100101 | 1000101 | 110010 | 11100 | 110100 | 100001 |
Color Harmonies of #805128
Complementary color
Monochromatic Colors of #805128
Black with #805128
Text Example
Text Example
White with #805128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805128; }
p { color: rgb(128,81,40); }
H1.HeaderClassName
{
color: #805128;
}
.AnyTagClassName
{
color: #805128;
}
</style>
background-color css
<style>
a { background-color: #805128; }
a { background-color: rgb(128,81,40); }
div.DivClassName
{
background-color: #805128;
}
.BgClassName
{
background-color: #805128;
}
</style>
border-color css
<style>
span { border-color: #805128; }
span { border-color: rgb(128,81,40); }
td.TdClassName
{
border-color: #805128;
}
.TagClassName
{
border-color: #805128;
}
</style>