Shades of Korma #7D5229
Tints of Korma #7D5229
RGB
CMYK
RGB Variations
Color information
#7D5229 (or 0x7D5229) is known color: Korma. HEX triplet: 7D, 52 and 29. RGB value is (125,82,41). Sum of RGB (Red+Green+Blue) = 125+82+41=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5229 is #82ADD6. Grayscale: #5A5A5A. Windows color (decimal): -8564183 or 2708093. OLE color: 2708093.
HSL color Cylindrical-coordinate representation of color #7D5229: hue angle of 29.29º 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 #7D5229 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 41 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.51 |
| HSL | 29.29º | 0.51% | 0.33% | - |
| HSV(B) | 29.29º | 0.67% | 0.49% | - |
| XYZ | 11.87 | 10.55 | 3.51 | - |
| YUV | 90.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 41 | 0 | 0.34 | 0.67 | 0.51 | 29.29 | 0.51 | 0.33 |
| Hex | 7D | 52 | 29 | 0 | 22 | 43 | 33 | 1D | 33 | 21 |
| Octal | 175 | 122 | 51 | 0 | 42 | 103 | 63 | 35 | 63 | 41 |
| Binary | 1111101 | 1010010 | 101001 | 0 | 100010 | 1000011 | 110011 | 11101 | 110011 | 100001 |
Color Harmonies of #7D5229
Complementary color
Monochromatic Colors of #7D5229
Black with #7D5229
Text Example
Text Example
White with #7D5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5229; }
p { color: rgb(125,82,41); }
H1.HeaderClassName
{
color: #7D5229;
}
.AnyTagClassName
{
color: #7D5229;
}
</style>
background-color css
<style>
a { background-color: #7D5229; }
a { background-color: rgb(125,82,41); }
div.DivClassName
{
background-color: #7D5229;
}
.BgClassName
{
background-color: #7D5229;
}
</style>
border-color css
<style>
span { border-color: #7D5229; }
span { border-color: rgb(125,82,41); }
td.TdClassName
{
border-color: #7D5229;
}
.TagClassName
{
border-color: #7D5229;
}
</style>