Shades of Korma #7D4929
Tints of Korma #7D4929
RGB
CMYK
RGB Variations
Color information
#7D4929 (or 0x7D4929) is known color: Korma. HEX triplet: 7D, 49 and 29. RGB value is (125,73,41). Sum of RGB (Red+Green+Blue) = 125+73+41=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4929 is #82B6D6. Grayscale: #555555. Windows color (decimal): -8566487 or 2705789. OLE color: 2705789.
HSL color Cylindrical-coordinate representation of color #7D4929: hue angle of 22.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D4929 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 41 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.51 |
| HSL | 22.86º | 0.51% | 0.33% | - |
| HSV(B) | 22.86º | 0.67% | 0.49% | - |
| XYZ | 11.24 | 9.29 | 3.3 | - |
| YUV | 84.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 41 | 0 | 0.42 | 0.67 | 0.51 | 22.86 | 0.51 | 0.33 |
| Hex | 7D | 49 | 29 | 0 | 2A | 43 | 33 | 17 | 33 | 21 |
| Octal | 175 | 111 | 51 | 0 | 52 | 103 | 63 | 27 | 63 | 41 |
| Binary | 1111101 | 1001001 | 101001 | 0 | 101010 | 1000011 | 110011 | 10111 | 110011 | 100001 |
Color Harmonies of #7D4929
Complementary color
Monochromatic Colors of #7D4929
Black with #7D4929
Text Example
Text Example
White with #7D4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4929; }
p { color: rgb(125,73,41); }
H1.HeaderClassName
{
color: #7D4929;
}
.AnyTagClassName
{
color: #7D4929;
}
</style>
background-color css
<style>
a { background-color: #7D4929; }
a { background-color: rgb(125,73,41); }
div.DivClassName
{
background-color: #7D4929;
}
.BgClassName
{
background-color: #7D4929;
}
</style>
border-color css
<style>
span { border-color: #7D4929; }
span { border-color: rgb(125,73,41); }
td.TdClassName
{
border-color: #7D4929;
}
.TagClassName
{
border-color: #7D4929;
}
</style>