Shades of Korma #805127
Tints of Korma #805127
RGB
CMYK
RGB Variations
Color information
#805127 (or 0x805127) is known color: Korma. HEX triplet: 80, 51 and 27. RGB value is (128,81,39). Sum of RGB (Red+Green+Blue) = 128+81+39=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #805127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805127 is #7FAED8. Grayscale: #5A5A5A. Windows color (decimal): -8367833 or 2576768. OLE color: 2576768.
HSL color Cylindrical-coordinate representation of color #805127: hue angle of 28.31º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #805127 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 39 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.50 |
| HSL | 28.31º | 0.53% | 0.33% | - |
| HSV(B) | 28.31º | 0.7% | 0.5% | - |
| XYZ | 12.21 | 10.62 | 3.33 | - |
| YUV | 90.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 39 | 0 | 0.37 | 0.70 | 0.50 | 28.31 | 0.53 | 0.33 |
| Hex | 80 | 51 | 27 | 0 | 25 | 46 | 32 | 1C | 35 | 21 |
| Octal | 200 | 121 | 47 | 0 | 45 | 106 | 62 | 34 | 65 | 41 |
| Binary | 10000000 | 1010001 | 100111 | 0 | 100101 | 1000110 | 110010 | 11100 | 110101 | 100001 |
Color Harmonies of #805127
Complementary color
Monochromatic Colors of #805127
Black with #805127
Text Example
Text Example
White with #805127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805127; }
p { color: rgb(128,81,39); }
H1.HeaderClassName
{
color: #805127;
}
.AnyTagClassName
{
color: #805127;
}
</style>
background-color css
<style>
a { background-color: #805127; }
a { background-color: rgb(128,81,39); }
div.DivClassName
{
background-color: #805127;
}
.BgClassName
{
background-color: #805127;
}
</style>
border-color css
<style>
span { border-color: #805127; }
span { border-color: rgb(128,81,39); }
td.TdClassName
{
border-color: #805127;
}
.TagClassName
{
border-color: #805127;
}
</style>