Shades of Korma #7C4929
Tints of Korma #7C4929
RGB
CMYK
RGB Variations
Color information
#7C4929 (or 0x7C4929) is known color: Korma. HEX triplet: 7C, 49 and 29. RGB value is (124,73,41). Sum of RGB (Red+Green+Blue) = 124+73+41=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4929 is #83B6D6. Grayscale: #545454. Windows color (decimal): -8632023 or 2705788. OLE color: 2705788.
HSL color Cylindrical-coordinate representation of color #7C4929: hue angle of 23.13º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C4929 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 41 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.51 |
| HSL | 23.13º | 0.5% | 0.32% | - |
| HSV(B) | 23.13º | 0.67% | 0.49% | - |
| XYZ | 11.09 | 9.21 | 3.29 | - |
| YUV | 84.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 41 | 0 | 0.41 | 0.67 | 0.51 | 23.13 | 0.5 | 0.32 |
| Hex | 7C | 49 | 29 | 0 | 29 | 43 | 33 | 17 | 32 | 20 |
| Octal | 174 | 111 | 51 | 0 | 51 | 103 | 63 | 27 | 62 | 40 |
| Binary | 1111100 | 1001001 | 101001 | 0 | 101001 | 1000011 | 110011 | 10111 | 110010 | 100000 |
Color Harmonies of #7C4929
Complementary color
Monochromatic Colors of #7C4929
Black with #7C4929
Text Example
Text Example
White with #7C4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4929; }
p { color: rgb(124,73,41); }
H1.HeaderClassName
{
color: #7C4929;
}
.AnyTagClassName
{
color: #7C4929;
}
</style>
background-color css
<style>
a { background-color: #7C4929; }
a { background-color: rgb(124,73,41); }
div.DivClassName
{
background-color: #7C4929;
}
.BgClassName
{
background-color: #7C4929;
}
</style>
border-color css
<style>
span { border-color: #7C4929; }
span { border-color: rgb(124,73,41); }
td.TdClassName
{
border-color: #7C4929;
}
.TagClassName
{
border-color: #7C4929;
}
</style>