Shades of Korma #79512C
Tints of Korma #79512C
RGB
CMYK
RGB Variations
Color information
#79512C (or 0x79512C) is known color: Korma. HEX triplet: 79, 51 and 2C. RGB value is (121,81,44). Sum of RGB (Red+Green+Blue) = 121+81+44=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79512C is #86AED3. Grayscale: #585858. Windows color (decimal): -8826580 or 2904441. OLE color: 2904441.
HSL color Cylindrical-coordinate representation of color #79512C: hue angle of 28.83º 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 #79512C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 44 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.53 |
| HSL | 28.83º | 0.47% | 0.32% | - |
| HSV(B) | 28.83º | 0.64% | 0.47% | - |
| XYZ | 11.28 | 10.13 | 3.74 | - |
| YUV | 88.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 44 | 0 | 0.33 | 0.64 | 0.53 | 28.83 | 0.47 | 0.32 |
| Hex | 79 | 51 | 2C | 0 | 21 | 40 | 35 | 1D | 2F | 20 |
| Octal | 171 | 121 | 54 | 0 | 41 | 100 | 65 | 35 | 57 | 40 |
| Binary | 1111001 | 1010001 | 101100 | 0 | 100001 | 1000000 | 110101 | 11101 | 101111 | 100000 |
Color Harmonies of #79512C
Complementary color
Monochromatic Colors of #79512C
Black with #79512C
Text Example
Text Example
White with #79512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79512C; }
p { color: rgb(121,81,44); }
H1.HeaderClassName
{
color: #79512C;
}
.AnyTagClassName
{
color: #79512C;
}
</style>
background-color css
<style>
a { background-color: #79512C; }
a { background-color: rgb(121,81,44); }
div.DivClassName
{
background-color: #79512C;
}
.BgClassName
{
background-color: #79512C;
}
</style>
border-color css
<style>
span { border-color: #79512C; }
span { border-color: rgb(121,81,44); }
td.TdClassName
{
border-color: #79512C;
}
.TagClassName
{
border-color: #79512C;
}
</style>