Shades of Korma #7E4929
Tints of Korma #7E4929
RGB
CMYK
RGB Variations
Color information
#7E4929 (or 0x7E4929) is known color: Korma. HEX triplet: 7E, 49 and 29. RGB value is (126,73,41). Sum of RGB (Red+Green+Blue) = 126+73+41=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4929 is #81B6D6. Grayscale: #555555. Windows color (decimal): -8500951 or 2705790. OLE color: 2705790.
HSL color Cylindrical-coordinate representation of color #7E4929: hue angle of 22.59º 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 #7E4929 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 73 | 41 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.51 |
| HSL | 22.59º | 0.51% | 0.33% | - |
| HSV(B) | 22.59º | 0.67% | 0.49% | - |
| XYZ | 11.39 | 9.36 | 3.3 | - |
| YUV | 85.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 73 | 41 | 0 | 0.42 | 0.67 | 0.51 | 22.59 | 0.51 | 0.33 |
| Hex | 7E | 49 | 29 | 0 | 2A | 43 | 33 | 17 | 33 | 21 |
| Octal | 176 | 111 | 51 | 0 | 52 | 103 | 63 | 27 | 63 | 41 |
| Binary | 1111110 | 1001001 | 101001 | 0 | 101010 | 1000011 | 110011 | 10111 | 110011 | 100001 |
Color Harmonies of #7E4929
Complementary color
Monochromatic Colors of #7E4929
Black with #7E4929
Text Example
Text Example
White with #7E4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4929; }
p { color: rgb(126,73,41); }
H1.HeaderClassName
{
color: #7E4929;
}
.AnyTagClassName
{
color: #7E4929;
}
</style>
background-color css
<style>
a { background-color: #7E4929; }
a { background-color: rgb(126,73,41); }
div.DivClassName
{
background-color: #7E4929;
}
.BgClassName
{
background-color: #7E4929;
}
</style>
border-color css
<style>
span { border-color: #7E4929; }
span { border-color: rgb(126,73,41); }
td.TdClassName
{
border-color: #7E4929;
}
.TagClassName
{
border-color: #7E4929;
}
</style>