Shades of Korma #79522E
Tints of Korma #79522E
RGB
CMYK
RGB Variations
Color information
#79522E (or 0x79522E) is known color: Korma. HEX triplet: 79, 52 and 2E. RGB value is (121,82,46). Sum of RGB (Red+Green+Blue) = 121+82+46=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79522E is #86ADD1. Grayscale: #595959. Windows color (decimal): -8826322 or 3035769. OLE color: 3035769.
HSL color Cylindrical-coordinate representation of color #79522E: hue angle of 28.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #79522E is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 46 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.53 |
| HSL | 28.8º | 0.45% | 0.33% | - |
| HSV(B) | 28.8º | 0.62% | 0.47% | - |
| XYZ | 11.4 | 10.3 | 3.97 | - |
| YUV | 89.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 46 | 0 | 0.32 | 0.62 | 0.53 | 28.8 | 0.45 | 0.33 |
| Hex | 79 | 52 | 2E | 0 | 20 | 3E | 35 | 1D | 2D | 21 |
| Octal | 171 | 122 | 56 | 0 | 40 | 76 | 65 | 35 | 55 | 41 |
| Binary | 1111001 | 1010010 | 101110 | 0 | 100000 | 111110 | 110101 | 11101 | 101101 | 100001 |
Color Harmonies of #79522E
Complementary color
Monochromatic Colors of #79522E
Black with #79522E
Text Example
Text Example
White with #79522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79522E; }
p { color: rgb(121,82,46); }
H1.HeaderClassName
{
color: #79522E;
}
.AnyTagClassName
{
color: #79522E;
}
</style>
background-color css
<style>
a { background-color: #79522E; }
a { background-color: rgb(121,82,46); }
div.DivClassName
{
background-color: #79522E;
}
.BgClassName
{
background-color: #79522E;
}
</style>
border-color css
<style>
span { border-color: #79522E; }
span { border-color: rgb(121,82,46); }
td.TdClassName
{
border-color: #79522E;
}
.TagClassName
{
border-color: #79522E;
}
</style>