Shades of Korma #794F28
Tints of Korma #794F28
RGB
CMYK
RGB Variations
Color information
#794F28 (or 0x794F28) is known color: Korma. HEX triplet: 79, 4F and 28. RGB value is (121,79,40). Sum of RGB (Red+Green+Blue) = 121+79+40=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #794F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F28 is #86B0D7. Grayscale: #575757. Windows color (decimal): -8827096 or 2641785. OLE color: 2641785.
HSL color Cylindrical-coordinate representation of color #794F28: hue angle of 28.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #794F28 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 79 | 40 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.53 |
| HSL | 28.89º | 0.5% | 0.32% | - |
| HSV(B) | 28.89º | 0.67% | 0.47% | - |
| XYZ | 11.06 | 9.81 | 3.32 | - |
| YUV | 87.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 40 | 0 | 0.35 | 0.67 | 0.53 | 28.89 | 0.5 | 0.32 |
| Hex | 79 | 4F | 28 | 0 | 23 | 43 | 35 | 1D | 32 | 20 |
| Octal | 171 | 117 | 50 | 0 | 43 | 103 | 65 | 35 | 62 | 40 |
| Binary | 1111001 | 1001111 | 101000 | 0 | 100011 | 1000011 | 110101 | 11101 | 110010 | 100000 |
Color Harmonies of #794F28
Complementary color
Monochromatic Colors of #794F28
Black with #794F28
Text Example
Text Example
White with #794F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794F28; }
p { color: rgb(121,79,40); }
H1.HeaderClassName
{
color: #794F28;
}
.AnyTagClassName
{
color: #794F28;
}
</style>
background-color css
<style>
a { background-color: #794F28; }
a { background-color: rgb(121,79,40); }
div.DivClassName
{
background-color: #794F28;
}
.BgClassName
{
background-color: #794F28;
}
</style>
border-color css
<style>
span { border-color: #794F28; }
span { border-color: rgb(121,79,40); }
td.TdClassName
{
border-color: #794F28;
}
.TagClassName
{
border-color: #794F28;
}
</style>