Shades of Korma #7C542E
Tints of Korma #7C542E
RGB
CMYK
RGB Variations
Color information
#7C542E (or 0x7C542E) is known color: Korma. HEX triplet: 7C, 54 and 2E. RGB value is (124,84,46). Sum of RGB (Red+Green+Blue) = 124+84+46=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C542E is #83ABD1. Grayscale: #5B5B5B. Windows color (decimal): -8629202 or 3036284. OLE color: 3036284.
HSL color Cylindrical-coordinate representation of color #7C542E: hue angle of 29.23º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C542E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 46 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.51 |
| HSL | 29.23º | 0.46% | 0.33% | - |
| HSV(B) | 29.23º | 0.63% | 0.49% | - |
| XYZ | 11.98 | 10.82 | 4.04 | - |
| YUV | 91.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 46 | 0 | 0.32 | 0.63 | 0.51 | 29.23 | 0.46 | 0.33 |
| Hex | 7C | 54 | 2E | 0 | 20 | 3F | 33 | 1D | 2E | 21 |
| Octal | 174 | 124 | 56 | 0 | 40 | 77 | 63 | 35 | 56 | 41 |
| Binary | 1111100 | 1010100 | 101110 | 0 | 100000 | 111111 | 110011 | 11101 | 101110 | 100001 |
Color Harmonies of #7C542E
Complementary color
Monochromatic Colors of #7C542E
Black with #7C542E
Text Example
Text Example
White with #7C542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C542E; }
p { color: rgb(124,84,46); }
H1.HeaderClassName
{
color: #7C542E;
}
.AnyTagClassName
{
color: #7C542E;
}
</style>
background-color css
<style>
a { background-color: #7C542E; }
a { background-color: rgb(124,84,46); }
div.DivClassName
{
background-color: #7C542E;
}
.BgClassName
{
background-color: #7C542E;
}
</style>
border-color css
<style>
span { border-color: #7C542E; }
span { border-color: rgb(124,84,46); }
td.TdClassName
{
border-color: #7C542E;
}
.TagClassName
{
border-color: #7C542E;
}
</style>