Shades of Korma #7D492A
Tints of Korma #7D492A
RGB
CMYK
RGB Variations
Color information
#7D492A (or 0x7D492A) is known color: Korma. HEX triplet: 7D, 49 and 2A. RGB value is (125,73,42). Sum of RGB (Red+Green+Blue) = 125+73+42=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D492A is #82B6D5. Grayscale: #555555. Windows color (decimal): -8566486 or 2771325. OLE color: 2771325.
HSL color Cylindrical-coordinate representation of color #7D492A: hue angle of 22.41º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D492A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 42 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.51 |
| HSL | 22.41º | 0.5% | 0.33% | - |
| HSV(B) | 22.41º | 0.66% | 0.49% | - |
| XYZ | 11.26 | 9.29 | 3.39 | - |
| YUV | 85.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 42 | 0 | 0.42 | 0.66 | 0.51 | 22.41 | 0.5 | 0.33 |
| Hex | 7D | 49 | 2A | 0 | 2A | 42 | 33 | 16 | 32 | 21 |
| Octal | 175 | 111 | 52 | 0 | 52 | 102 | 63 | 26 | 62 | 41 |
| Binary | 1111101 | 1001001 | 101010 | 0 | 101010 | 1000010 | 110011 | 10110 | 110010 | 100001 |
Color Harmonies of #7D492A
Complementary color
Monochromatic Colors of #7D492A
Black with #7D492A
Text Example
Text Example
White with #7D492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D492A; }
p { color: rgb(125,73,42); }
H1.HeaderClassName
{
color: #7D492A;
}
.AnyTagClassName
{
color: #7D492A;
}
</style>
background-color css
<style>
a { background-color: #7D492A; }
a { background-color: rgb(125,73,42); }
div.DivClassName
{
background-color: #7D492A;
}
.BgClassName
{
background-color: #7D492A;
}
</style>
border-color css
<style>
span { border-color: #7D492A; }
span { border-color: rgb(125,73,42); }
td.TdClassName
{
border-color: #7D492A;
}
.TagClassName
{
border-color: #7D492A;
}
</style>