Shades of Korma #7D4725
Tints of Korma #7D4725
RGB
CMYK
RGB Variations
Color information
#7D4725 (or 0x7D4725) is known color: Korma. HEX triplet: 7D, 47 and 25. RGB value is (125,71,37). Sum of RGB (Red+Green+Blue) = 125+71+37=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4725 is #82B8DA. Grayscale: #535353. Windows color (decimal): -8567003 or 2443133. OLE color: 2443133.
HSL color Cylindrical-coordinate representation of color #7D4725: hue angle of 23.18º 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 #7D4725 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 37 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.51 |
| HSL | 23.18º | 0.54% | 0.32% | - |
| HSV(B) | 23.18º | 0.7% | 0.49% | - |
| XYZ | 11.04 | 9 | 2.91 | - |
| YUV | 83.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 37 | 0 | 0.43 | 0.70 | 0.51 | 23.18 | 0.54 | 0.32 |
| Hex | 7D | 47 | 25 | 0 | 2B | 46 | 33 | 17 | 36 | 20 |
| Octal | 175 | 107 | 45 | 0 | 53 | 106 | 63 | 27 | 66 | 40 |
| Binary | 1111101 | 1000111 | 100101 | 0 | 101011 | 1000110 | 110011 | 10111 | 110110 | 100000 |
Color Harmonies of #7D4725
Complementary color
Monochromatic Colors of #7D4725
Black with #7D4725
Text Example
Text Example
White with #7D4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4725; }
p { color: rgb(125,71,37); }
H1.HeaderClassName
{
color: #7D4725;
}
.AnyTagClassName
{
color: #7D4725;
}
</style>
background-color css
<style>
a { background-color: #7D4725; }
a { background-color: rgb(125,71,37); }
div.DivClassName
{
background-color: #7D4725;
}
.BgClassName
{
background-color: #7D4725;
}
</style>
border-color css
<style>
span { border-color: #7D4725; }
span { border-color: rgb(125,71,37); }
td.TdClassName
{
border-color: #7D4725;
}
.TagClassName
{
border-color: #7D4725;
}
</style>