Shades of Korma #7E5434
Tints of Korma #7E5434
RGB
CMYK
RGB Variations
Color information
#7E5434 (or 0x7E5434) is known color: Korma. HEX triplet: 7E, 54 and 34. RGB value is (126,84,52). Sum of RGB (Red+Green+Blue) = 126+84+52=262 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.09% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5434 is #81ABCB. Grayscale: #5D5D5D. Windows color (decimal): -8498124 or 3429502. OLE color: 3429502.
HSL color Cylindrical-coordinate representation of color #7E5434: hue angle of 25.95º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E5434 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 52 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.51 |
| HSL | 25.95º | 0.42% | 0.35% | - |
| HSV(B) | 25.95º | 0.59% | 0.49% | - |
| XYZ | 12.39 | 11.02 | 4.72 | - |
| YUV | 92.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 52 | 0 | 0.33 | 0.59 | 0.51 | 25.95 | 0.42 | 0.35 |
| Hex | 7E | 54 | 34 | 0 | 21 | 3B | 33 | 1A | 2A | 23 |
| Octal | 176 | 124 | 64 | 0 | 41 | 73 | 63 | 32 | 52 | 43 |
| Binary | 1111110 | 1010100 | 110100 | 0 | 100001 | 111011 | 110011 | 11010 | 101010 | 100011 |
Color Harmonies of #7E5434
Complementary color
Monochromatic Colors of #7E5434
Black with #7E5434
Text Example
Text Example
White with #7E5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5434; }
p { color: rgb(126,84,52); }
H1.HeaderClassName
{
color: #7E5434;
}
.AnyTagClassName
{
color: #7E5434;
}
</style>
background-color css
<style>
a { background-color: #7E5434; }
a { background-color: rgb(126,84,52); }
div.DivClassName
{
background-color: #7E5434;
}
.BgClassName
{
background-color: #7E5434;
}
</style>
border-color css
<style>
span { border-color: #7E5434; }
span { border-color: rgb(126,84,52); }
td.TdClassName
{
border-color: #7E5434;
}
.TagClassName
{
border-color: #7E5434;
}
</style>