Shades of Korma #7C492C
Tints of Korma #7C492C
RGB
CMYK
RGB Variations
Color information
#7C492C (or 0x7C492C) is known color: Korma. HEX triplet: 7C, 49 and 2C. RGB value is (124,73,44). Sum of RGB (Red+Green+Blue) = 124+73+44=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C492C is #83B6D3. Grayscale: #555555. Windows color (decimal): -8632020 or 2902396. OLE color: 2902396.
HSL color Cylindrical-coordinate representation of color #7C492C: hue angle of 21.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C492C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 44 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.51 |
| HSL | 21.75º | 0.48% | 0.33% | - |
| HSV(B) | 21.75º | 0.65% | 0.49% | - |
| XYZ | 11.15 | 9.23 | 3.58 | - |
| YUV | 84.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 44 | 0 | 0.41 | 0.65 | 0.51 | 21.75 | 0.48 | 0.33 |
| Hex | 7C | 49 | 2C | 0 | 29 | 41 | 33 | 16 | 30 | 21 |
| Octal | 174 | 111 | 54 | 0 | 51 | 101 | 63 | 26 | 60 | 41 |
| Binary | 1111100 | 1001001 | 101100 | 0 | 101001 | 1000001 | 110011 | 10110 | 110000 | 100001 |
Color Harmonies of #7C492C
Complementary color
Monochromatic Colors of #7C492C
Black with #7C492C
Text Example
Text Example
White with #7C492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C492C; }
p { color: rgb(124,73,44); }
H1.HeaderClassName
{
color: #7C492C;
}
.AnyTagClassName
{
color: #7C492C;
}
</style>
background-color css
<style>
a { background-color: #7C492C; }
a { background-color: rgb(124,73,44); }
div.DivClassName
{
background-color: #7C492C;
}
.BgClassName
{
background-color: #7C492C;
}
</style>
border-color css
<style>
span { border-color: #7C492C; }
span { border-color: rgb(124,73,44); }
td.TdClassName
{
border-color: #7C492C;
}
.TagClassName
{
border-color: #7C492C;
}
</style>