Shades of Korma #805032
Tints of Korma #805032
RGB
CMYK
RGB Variations
Color information
#805032 (or 0x805032) is known color: Korma. HEX triplet: 80, 50 and 32. RGB value is (128,80,50). Sum of RGB (Red+Green+Blue) = 128+80+50=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #805032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805032 is #7FAFCD. Grayscale: #5B5B5B. Windows color (decimal): -8368078 or 3297408. OLE color: 3297408.
HSL color Cylindrical-coordinate representation of color #805032: hue angle of 23.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #805032 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 50 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.50 |
| HSL | 23.08º | 0.44% | 0.35% | - |
| HSV(B) | 23.08º | 0.61% | 0.5% | - |
| XYZ | 12.35 | 10.56 | 4.4 | - |
| YUV | 90.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 50 | 0 | 0.38 | 0.61 | 0.50 | 23.08 | 0.44 | 0.35 |
| Hex | 80 | 50 | 32 | 0 | 26 | 3D | 32 | 17 | 2C | 23 |
| Octal | 200 | 120 | 62 | 0 | 46 | 75 | 62 | 27 | 54 | 43 |
| Binary | 10000000 | 1010000 | 110010 | 0 | 100110 | 111101 | 110010 | 10111 | 101100 | 100011 |
Color Harmonies of #805032
Complementary color
Monochromatic Colors of #805032
Black with #805032
Text Example
Text Example
White with #805032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805032; }
p { color: rgb(128,80,50); }
H1.HeaderClassName
{
color: #805032;
}
.AnyTagClassName
{
color: #805032;
}
</style>
background-color css
<style>
a { background-color: #805032; }
a { background-color: rgb(128,80,50); }
div.DivClassName
{
background-color: #805032;
}
.BgClassName
{
background-color: #805032;
}
</style>
border-color css
<style>
span { border-color: #805032; }
span { border-color: rgb(128,80,50); }
td.TdClassName
{
border-color: #805032;
}
.TagClassName
{
border-color: #805032;
}
</style>