Shades of Korma #7E512B
Tints of Korma #7E512B
RGB
CMYK
RGB Variations
Color information
#7E512B (or 0x7E512B) is known color: Korma. HEX triplet: 7E, 51 and 2B. RGB value is (126,81,43). Sum of RGB (Red+Green+Blue) = 126+81+43=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E512B is #81AED4. Grayscale: #5A5A5A. Windows color (decimal): -8498901 or 2838910. OLE color: 2838910.
HSL color Cylindrical-coordinate representation of color #7E512B: hue angle of 27.47º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E512B is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 43 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.51 |
| HSL | 27.47º | 0.49% | 0.33% | - |
| HSV(B) | 27.47º | 0.66% | 0.49% | - |
| XYZ | 11.98 | 10.49 | 3.68 | - |
| YUV | 90.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 43 | 0 | 0.36 | 0.66 | 0.51 | 27.47 | 0.49 | 0.33 |
| Hex | 7E | 51 | 2B | 0 | 24 | 42 | 33 | 1B | 31 | 21 |
| Octal | 176 | 121 | 53 | 0 | 44 | 102 | 63 | 33 | 61 | 41 |
| Binary | 1111110 | 1010001 | 101011 | 0 | 100100 | 1000010 | 110011 | 11011 | 110001 | 100001 |
Color Harmonies of #7E512B
Complementary color
Monochromatic Colors of #7E512B
Black with #7E512B
Text Example
Text Example
White with #7E512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E512B; }
p { color: rgb(126,81,43); }
H1.HeaderClassName
{
color: #7E512B;
}
.AnyTagClassName
{
color: #7E512B;
}
</style>
background-color css
<style>
a { background-color: #7E512B; }
a { background-color: rgb(126,81,43); }
div.DivClassName
{
background-color: #7E512B;
}
.BgClassName
{
background-color: #7E512B;
}
</style>
border-color css
<style>
span { border-color: #7E512B; }
span { border-color: rgb(126,81,43); }
td.TdClassName
{
border-color: #7E512B;
}
.TagClassName
{
border-color: #7E512B;
}
</style>