Shades of Korma #7D4825
Tints of Korma #7D4825
RGB
CMYK
RGB Variations
Color information
#7D4825 (or 0x7D4825) is known color: Korma. HEX triplet: 7D, 48 and 25. RGB value is (125,72,37). Sum of RGB (Red+Green+Blue) = 125+72+37=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4825 is #82B7DA. Grayscale: #545454. Windows color (decimal): -8566747 or 2443389. OLE color: 2443389.
HSL color Cylindrical-coordinate representation of color #7D4825: hue angle of 23.86º 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 #7D4825 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 37 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.51 |
| HSL | 23.86º | 0.54% | 0.32% | - |
| HSV(B) | 23.86º | 0.7% | 0.49% | - |
| XYZ | 11.11 | 9.13 | 2.93 | - |
| YUV | 83.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 37 | 0 | 0.42 | 0.70 | 0.51 | 23.86 | 0.54 | 0.32 |
| Hex | 7D | 48 | 25 | 0 | 2A | 46 | 33 | 18 | 36 | 20 |
| Octal | 175 | 110 | 45 | 0 | 52 | 106 | 63 | 30 | 66 | 40 |
| Binary | 1111101 | 1001000 | 100101 | 0 | 101010 | 1000110 | 110011 | 11000 | 110110 | 100000 |
Color Harmonies of #7D4825
Complementary color
Monochromatic Colors of #7D4825
Black with #7D4825
Text Example
Text Example
White with #7D4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4825; }
p { color: rgb(125,72,37); }
H1.HeaderClassName
{
color: #7D4825;
}
.AnyTagClassName
{
color: #7D4825;
}
</style>
background-color css
<style>
a { background-color: #7D4825; }
a { background-color: rgb(125,72,37); }
div.DivClassName
{
background-color: #7D4825;
}
.BgClassName
{
background-color: #7D4825;
}
</style>
border-color css
<style>
span { border-color: #7D4825; }
span { border-color: rgb(125,72,37); }
td.TdClassName
{
border-color: #7D4825;
}
.TagClassName
{
border-color: #7D4825;
}
</style>