Shades of Korma #79512A
Tints of Korma #79512A
RGB
CMYK
RGB Variations
Color information
#79512A (or 0x79512A) is known color: Korma. HEX triplet: 79, 51 and 2A. RGB value is (121,81,42). Sum of RGB (Red+Green+Blue) = 121+81+42=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #79512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79512A is #86AED5. Grayscale: #585858. Windows color (decimal): -8826582 or 2773369. OLE color: 2773369.
HSL color Cylindrical-coordinate representation of color #79512A: hue angle of 29.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79512A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 42 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.53 |
| HSL | 29.62º | 0.48% | 0.32% | - |
| HSV(B) | 29.62º | 0.65% | 0.47% | - |
| XYZ | 11.25 | 10.12 | 3.55 | - |
| YUV | 88.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 42 | 0 | 0.33 | 0.65 | 0.53 | 29.62 | 0.48 | 0.32 |
| Hex | 79 | 51 | 2A | 0 | 21 | 41 | 35 | 1E | 30 | 20 |
| Octal | 171 | 121 | 52 | 0 | 41 | 101 | 65 | 36 | 60 | 40 |
| Binary | 1111001 | 1010001 | 101010 | 0 | 100001 | 1000001 | 110101 | 11110 | 110000 | 100000 |
Color Harmonies of #79512A
Complementary color
Monochromatic Colors of #79512A
Black with #79512A
Text Example
Text Example
White with #79512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79512A; }
p { color: rgb(121,81,42); }
H1.HeaderClassName
{
color: #79512A;
}
.AnyTagClassName
{
color: #79512A;
}
</style>
background-color css
<style>
a { background-color: #79512A; }
a { background-color: rgb(121,81,42); }
div.DivClassName
{
background-color: #79512A;
}
.BgClassName
{
background-color: #79512A;
}
</style>
border-color css
<style>
span { border-color: #79512A; }
span { border-color: rgb(121,81,42); }
td.TdClassName
{
border-color: #79512A;
}
.TagClassName
{
border-color: #79512A;
}
</style>