Shades of Korma #7E5133
Tints of Korma #7E5133
RGB
CMYK
RGB Variations
Color information
#7E5133 (or 0x7E5133) is known color: Korma. HEX triplet: 7E, 51 and 33. RGB value is (126,81,51). Sum of RGB (Red+Green+Blue) = 126+81+51=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5133 is #81AECC. Grayscale: #5B5B5B. Windows color (decimal): -8498893 or 3363198. OLE color: 3363198.
HSL color Cylindrical-coordinate representation of color #7E5133: hue angle of 24º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E5133 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 51 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.51 |
| HSL | 24º | 0.42% | 0.35% | - |
| HSV(B) | 24º | 0.6% | 0.49% | - |
| XYZ | 12.14 | 10.56 | 4.53 | - |
| YUV | 91.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 51 | 0 | 0.36 | 0.60 | 0.51 | 24 | 0.42 | 0.35 |
| Hex | 7E | 51 | 33 | 0 | 24 | 3C | 33 | 18 | 2A | 23 |
| Octal | 176 | 121 | 63 | 0 | 44 | 74 | 63 | 30 | 52 | 43 |
| Binary | 1111110 | 1010001 | 110011 | 0 | 100100 | 111100 | 110011 | 11000 | 101010 | 100011 |
Color Harmonies of #7E5133
Complementary color
Monochromatic Colors of #7E5133
Black with #7E5133
Text Example
Text Example
White with #7E5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5133; }
p { color: rgb(126,81,51); }
H1.HeaderClassName
{
color: #7E5133;
}
.AnyTagClassName
{
color: #7E5133;
}
</style>
background-color css
<style>
a { background-color: #7E5133; }
a { background-color: rgb(126,81,51); }
div.DivClassName
{
background-color: #7E5133;
}
.BgClassName
{
background-color: #7E5133;
}
</style>
border-color css
<style>
span { border-color: #7E5133; }
span { border-color: rgb(126,81,51); }
td.TdClassName
{
border-color: #7E5133;
}
.TagClassName
{
border-color: #7E5133;
}
</style>