Shades of Korma #7D5125
Tints of Korma #7D5125
RGB
CMYK
RGB Variations
Color information
#7D5125 (or 0x7D5125) is known color: Korma. HEX triplet: 7D, 51 and 25. RGB value is (125,81,37). Sum of RGB (Red+Green+Blue) = 125+81+37=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5125 is #82AEDA. Grayscale: #595959. Windows color (decimal): -8564443 or 2445693. OLE color: 2445693.
HSL color Cylindrical-coordinate representation of color #7D5125: hue angle of 30º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D5125 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 81 | 37 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.51 |
| HSL | 30º | 0.54% | 0.32% | - |
| HSV(B) | 30º | 0.7% | 0.49% | - |
| XYZ | 11.73 | 10.38 | 3.14 | - |
| YUV | 89.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 81 | 37 | 0 | 0.35 | 0.70 | 0.51 | 30 | 0.54 | 0.32 |
| Hex | 7D | 51 | 25 | 0 | 23 | 46 | 33 | 1E | 36 | 20 |
| Octal | 175 | 121 | 45 | 0 | 43 | 106 | 63 | 36 | 66 | 40 |
| Binary | 1111101 | 1010001 | 100101 | 0 | 100011 | 1000110 | 110011 | 11110 | 110110 | 100000 |
Color Harmonies of #7D5125
Complementary color
Monochromatic Colors of #7D5125
Black with #7D5125
Text Example
Text Example
White with #7D5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5125; }
p { color: rgb(125,81,37); }
H1.HeaderClassName
{
color: #7D5125;
}
.AnyTagClassName
{
color: #7D5125;
}
</style>
background-color css
<style>
a { background-color: #7D5125; }
a { background-color: rgb(125,81,37); }
div.DivClassName
{
background-color: #7D5125;
}
.BgClassName
{
background-color: #7D5125;
}
</style>
border-color css
<style>
span { border-color: #7D5125; }
span { border-color: rgb(125,81,37); }
td.TdClassName
{
border-color: #7D5125;
}
.TagClassName
{
border-color: #7D5125;
}
</style>