Shades of Korma #7E5129
Tints of Korma #7E5129
RGB
CMYK
RGB Variations
Color information
#7E5129 (or 0x7E5129) is known color: Korma. HEX triplet: 7E, 51 and 29. RGB value is (126,81,41). Sum of RGB (Red+Green+Blue) = 126+81+41=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5129 is #81AED6. Grayscale: #5A5A5A. Windows color (decimal): -8498903 or 2707838. OLE color: 2707838.
HSL color Cylindrical-coordinate representation of color #7E5129: hue angle of 28.24º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E5129 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 41 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.51 |
| HSL | 28.24º | 0.51% | 0.33% | - |
| HSV(B) | 28.24º | 0.67% | 0.49% | - |
| XYZ | 11.95 | 10.48 | 3.49 | - |
| YUV | 89.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 41 | 0 | 0.36 | 0.67 | 0.51 | 28.24 | 0.51 | 0.33 |
| Hex | 7E | 51 | 29 | 0 | 24 | 43 | 33 | 1C | 33 | 21 |
| Octal | 176 | 121 | 51 | 0 | 44 | 103 | 63 | 34 | 63 | 41 |
| Binary | 1111110 | 1010001 | 101001 | 0 | 100100 | 1000011 | 110011 | 11100 | 110011 | 100001 |
Color Harmonies of #7E5129
Complementary color
Monochromatic Colors of #7E5129
Black with #7E5129
Text Example
Text Example
White with #7E5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5129; }
p { color: rgb(126,81,41); }
H1.HeaderClassName
{
color: #7E5129;
}
.AnyTagClassName
{
color: #7E5129;
}
</style>
background-color css
<style>
a { background-color: #7E5129; }
a { background-color: rgb(126,81,41); }
div.DivClassName
{
background-color: #7E5129;
}
.BgClassName
{
background-color: #7E5129;
}
</style>
border-color css
<style>
span { border-color: #7E5129; }
span { border-color: rgb(126,81,41); }
td.TdClassName
{
border-color: #7E5129;
}
.TagClassName
{
border-color: #7E5129;
}
</style>