Shades of Korma #795031
Tints of Korma #795031
RGB
CMYK
RGB Variations
Color information
#795031 (or 0x795031) is known color: Korma. HEX triplet: 79, 50 and 31. RGB value is (121,80,49). Sum of RGB (Red+Green+Blue) = 121+80+49=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #795031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795031 is #86AFCE. Grayscale: #585858. Windows color (decimal): -8826831 or 3231865. OLE color: 3231865.
HSL color Cylindrical-coordinate representation of color #795031: hue angle of 25.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #795031 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 49 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.53 |
| HSL | 25.83º | 0.42% | 0.33% | - |
| HSV(B) | 25.83º | 0.6% | 0.47% | - |
| XYZ | 11.31 | 10.02 | 4.24 | - |
| YUV | 88.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 49 | 0 | 0.34 | 0.60 | 0.53 | 25.83 | 0.42 | 0.33 |
| Hex | 79 | 50 | 31 | 0 | 22 | 3C | 35 | 1A | 2A | 21 |
| Octal | 171 | 120 | 61 | 0 | 42 | 74 | 65 | 32 | 52 | 41 |
| Binary | 1111001 | 1010000 | 110001 | 0 | 100010 | 111100 | 110101 | 11010 | 101010 | 100001 |
Color Harmonies of #795031
Complementary color
Monochromatic Colors of #795031
Black with #795031
Text Example
Text Example
White with #795031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795031; }
p { color: rgb(121,80,49); }
H1.HeaderClassName
{
color: #795031;
}
.AnyTagClassName
{
color: #795031;
}
</style>
background-color css
<style>
a { background-color: #795031; }
a { background-color: rgb(121,80,49); }
div.DivClassName
{
background-color: #795031;
}
.BgClassName
{
background-color: #795031;
}
</style>
border-color css
<style>
span { border-color: #795031; }
span { border-color: rgb(121,80,49); }
td.TdClassName
{
border-color: #795031;
}
.TagClassName
{
border-color: #795031;
}
</style>