Shades of Korma #794C2C
Tints of Korma #794C2C
RGB
CMYK
RGB Variations
Color information
#794C2C (or 0x794C2C) is known color: Korma. HEX triplet: 79, 4C and 2C. RGB value is (121,76,44). Sum of RGB (Red+Green+Blue) = 121+76+44=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #794C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C2C is #86B3D3. Grayscale: #555555. Windows color (decimal): -8827860 or 2903161. OLE color: 2903161.
HSL color Cylindrical-coordinate representation of color #794C2C: hue angle of 24.94º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794C2C is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 44 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.53 |
| HSL | 24.94º | 0.47% | 0.32% | - |
| HSV(B) | 24.94º | 0.64% | 0.47% | - |
| XYZ | 10.92 | 9.42 | 3.62 | - |
| YUV | 85.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 44 | 0 | 0.37 | 0.64 | 0.53 | 24.94 | 0.47 | 0.32 |
| Hex | 79 | 4C | 2C | 0 | 25 | 40 | 35 | 19 | 2F | 20 |
| Octal | 171 | 114 | 54 | 0 | 45 | 100 | 65 | 31 | 57 | 40 |
| Binary | 1111001 | 1001100 | 101100 | 0 | 100101 | 1000000 | 110101 | 11001 | 101111 | 100000 |
Color Harmonies of #794C2C
Complementary color
Monochromatic Colors of #794C2C
Black with #794C2C
Text Example
Text Example
White with #794C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C2C; }
p { color: rgb(121,76,44); }
H1.HeaderClassName
{
color: #794C2C;
}
.AnyTagClassName
{
color: #794C2C;
}
</style>
background-color css
<style>
a { background-color: #794C2C; }
a { background-color: rgb(121,76,44); }
div.DivClassName
{
background-color: #794C2C;
}
.BgClassName
{
background-color: #794C2C;
}
</style>
border-color css
<style>
span { border-color: #794C2C; }
span { border-color: rgb(121,76,44); }
td.TdClassName
{
border-color: #794C2C;
}
.TagClassName
{
border-color: #794C2C;
}
</style>