Shades of Korma #794A26
Tints of Korma #794A26
RGB
CMYK
RGB Variations
Color information
#794A26 (or 0x794A26) is known color: Korma. HEX triplet: 79, 4A and 26. RGB value is (121,74,38). Sum of RGB (Red+Green+Blue) = 121+74+38=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #794A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A26 is #86B5D9. Grayscale: #545454. Windows color (decimal): -8828378 or 2509433. OLE color: 2509433.
HSL color Cylindrical-coordinate representation of color #794A26: hue angle of 26.02º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794A26 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 38 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.53 |
| HSL | 26.02º | 0.52% | 0.31% | - |
| HSV(B) | 26.02º | 0.69% | 0.47% | - |
| XYZ | 10.68 | 9.1 | 3.03 | - |
| YUV | 83.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 38 | 0 | 0.39 | 0.69 | 0.53 | 26.02 | 0.52 | 0.31 |
| Hex | 79 | 4A | 26 | 0 | 27 | 45 | 35 | 1A | 34 | 1F |
| Octal | 171 | 112 | 46 | 0 | 47 | 105 | 65 | 32 | 64 | 37 |
| Binary | 1111001 | 1001010 | 100110 | 0 | 100111 | 1000101 | 110101 | 11010 | 110100 | 11111 |
Color Harmonies of #794A26
Complementary color
Monochromatic Colors of #794A26
Black with #794A26
Text Example
Text Example
White with #794A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A26; }
p { color: rgb(121,74,38); }
H1.HeaderClassName
{
color: #794A26;
}
.AnyTagClassName
{
color: #794A26;
}
</style>
background-color css
<style>
a { background-color: #794A26; }
a { background-color: rgb(121,74,38); }
div.DivClassName
{
background-color: #794A26;
}
.BgClassName
{
background-color: #794A26;
}
</style>
border-color css
<style>
span { border-color: #794A26; }
span { border-color: rgb(121,74,38); }
td.TdClassName
{
border-color: #794A26;
}
.TagClassName
{
border-color: #794A26;
}
</style>