Shades of Korma #805025
Tints of Korma #805025
RGB
CMYK
RGB Variations
Color information
#805025 (or 0x805025) is known color: Korma. HEX triplet: 80, 50 and 25. RGB value is (128,80,37). Sum of RGB (Red+Green+Blue) = 128+80+37=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #805025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805025 is #7FAFDA. Grayscale: #595959. Windows color (decimal): -8368091 or 2445440. OLE color: 2445440.
HSL color Cylindrical-coordinate representation of color #805025: hue angle of 28.35º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #805025 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 37 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.50 |
| HSL | 28.35º | 0.55% | 0.32% | - |
| HSV(B) | 28.35º | 0.71% | 0.5% | - |
| XYZ | 12.1 | 10.46 | 3.13 | - |
| YUV | 89.45 | 98.4 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 37 | 0 | 0.38 | 0.71 | 0.50 | 28.35 | 0.55 | 0.32 |
| Hex | 80 | 50 | 25 | 0 | 26 | 47 | 32 | 1C | 37 | 20 |
| Octal | 200 | 120 | 45 | 0 | 46 | 107 | 62 | 34 | 67 | 40 |
| Binary | 10000000 | 1010000 | 100101 | 0 | 100110 | 1000111 | 110010 | 11100 | 110111 | 100000 |
Color Harmonies of #805025
Complementary color
Monochromatic Colors of #805025
Black with #805025
Text Example
Text Example
White with #805025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805025; }
p { color: rgb(128,80,37); }
H1.HeaderClassName
{
color: #805025;
}
.AnyTagClassName
{
color: #805025;
}
</style>
background-color css
<style>
a { background-color: #805025; }
a { background-color: rgb(128,80,37); }
div.DivClassName
{
background-color: #805025;
}
.BgClassName
{
background-color: #805025;
}
</style>
border-color css
<style>
span { border-color: #805025; }
span { border-color: rgb(128,80,37); }
td.TdClassName
{
border-color: #805025;
}
.TagClassName
{
border-color: #805025;
}
</style>