Shades of Korma #7E5433
Tints of Korma #7E5433
RGB
CMYK
RGB Variations
Color information
#7E5433 (or 0x7E5433) is known color: Korma. HEX triplet: 7E, 54 and 33. RGB value is (126,84,51). Sum of RGB (Red+Green+Blue) = 126+84+51=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5433 is #81ABCC. Grayscale: #5C5C5C. Windows color (decimal): -8498125 or 3363966. OLE color: 3363966.
HSL color Cylindrical-coordinate representation of color #7E5433: hue angle of 26.4º 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 #7E5433 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 51 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.51 |
| HSL | 26.4º | 0.42% | 0.35% | - |
| HSV(B) | 26.4º | 0.6% | 0.49% | - |
| XYZ | 12.37 | 11.02 | 4.61 | - |
| YUV | 92.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 51 | 0 | 0.33 | 0.60 | 0.51 | 26.4 | 0.42 | 0.35 |
| Hex | 7E | 54 | 33 | 0 | 21 | 3C | 33 | 1A | 2A | 23 |
| Octal | 176 | 124 | 63 | 0 | 41 | 74 | 63 | 32 | 52 | 43 |
| Binary | 1111110 | 1010100 | 110011 | 0 | 100001 | 111100 | 110011 | 11010 | 101010 | 100011 |
Color Harmonies of #7E5433
Complementary color
Monochromatic Colors of #7E5433
Black with #7E5433
Text Example
Text Example
White with #7E5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5433; }
p { color: rgb(126,84,51); }
H1.HeaderClassName
{
color: #7E5433;
}
.AnyTagClassName
{
color: #7E5433;
}
</style>
background-color css
<style>
a { background-color: #7E5433; }
a { background-color: rgb(126,84,51); }
div.DivClassName
{
background-color: #7E5433;
}
.BgClassName
{
background-color: #7E5433;
}
</style>
border-color css
<style>
span { border-color: #7E5433; }
span { border-color: rgb(126,84,51); }
td.TdClassName
{
border-color: #7E5433;
}
.TagClassName
{
border-color: #7E5433;
}
</style>