Shades of Korma #805122
Tints of Korma #805122
RGB
CMYK
RGB Variations
Color information
#805122 (or 0x805122) is known color: Korma. HEX triplet: 80, 51 and 22. RGB value is (128,81,34). Sum of RGB (Red+Green+Blue) = 128+81+34=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #805122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805122 is #7FAEDD. Grayscale: #595959. Windows color (decimal): -8367838 or 2249088. OLE color: 2249088.
HSL color Cylindrical-coordinate representation of color #805122: hue angle of 30º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #805122 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 34 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.50 |
| HSL | 30º | 0.58% | 0.32% | - |
| HSV(B) | 30º | 0.73% | 0.5% | - |
| XYZ | 12.13 | 10.59 | 2.92 | - |
| YUV | 89.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 34 | 0 | 0.37 | 0.73 | 0.50 | 30 | 0.58 | 0.32 |
| Hex | 80 | 51 | 22 | 0 | 25 | 49 | 32 | 1E | 3A | 20 |
| Octal | 200 | 121 | 42 | 0 | 45 | 111 | 62 | 36 | 72 | 40 |
| Binary | 10000000 | 1010001 | 100010 | 0 | 100101 | 1001001 | 110010 | 11110 | 111010 | 100000 |
Color Harmonies of #805122
Complementary color
Monochromatic Colors of #805122
Black with #805122
Text Example
Text Example
White with #805122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805122; }
p { color: rgb(128,81,34); }
H1.HeaderClassName
{
color: #805122;
}
.AnyTagClassName
{
color: #805122;
}
</style>
background-color css
<style>
a { background-color: #805122; }
a { background-color: rgb(128,81,34); }
div.DivClassName
{
background-color: #805122;
}
.BgClassName
{
background-color: #805122;
}
</style>
border-color css
<style>
span { border-color: #805122; }
span { border-color: rgb(128,81,34); }
td.TdClassName
{
border-color: #805122;
}
.TagClassName
{
border-color: #805122;
}
</style>