Shades of Korma #7D4C23
Tints of Korma #7D4C23
RGB
CMYK
RGB Variations
Color information
#7D4C23 (or 0x7D4C23) is known color: Korma. HEX triplet: 7D, 4C and 23. RGB value is (125,76,35). Sum of RGB (Red+Green+Blue) = 125+76+35=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C23 is #82B3DC. Grayscale: #565656. Windows color (decimal): -8565725 or 2313341. OLE color: 2313341.
HSL color Cylindrical-coordinate representation of color #7D4C23: hue angle of 27.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D4C23 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 76 | 35 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.51 |
| HSL | 27.33º | 0.56% | 0.31% | - |
| HSV(B) | 27.33º | 0.72% | 0.49% | - |
| XYZ | 11.35 | 9.65 | 2.85 | - |
| YUV | 85.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 35 | 0 | 0.39 | 0.72 | 0.51 | 27.33 | 0.56 | 0.31 |
| Hex | 7D | 4C | 23 | 0 | 27 | 48 | 33 | 1B | 38 | 1F |
| Octal | 175 | 114 | 43 | 0 | 47 | 110 | 63 | 33 | 70 | 37 |
| Binary | 1111101 | 1001100 | 100011 | 0 | 100111 | 1001000 | 110011 | 11011 | 111000 | 11111 |
Color Harmonies of #7D4C23
Complementary color
Monochromatic Colors of #7D4C23
Black with #7D4C23
Text Example
Text Example
White with #7D4C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4C23; }
p { color: rgb(125,76,35); }
H1.HeaderClassName
{
color: #7D4C23;
}
.AnyTagClassName
{
color: #7D4C23;
}
</style>
background-color css
<style>
a { background-color: #7D4C23; }
a { background-color: rgb(125,76,35); }
div.DivClassName
{
background-color: #7D4C23;
}
.BgClassName
{
background-color: #7D4C23;
}
</style>
border-color css
<style>
span { border-color: #7D4C23; }
span { border-color: rgb(125,76,35); }
td.TdClassName
{
border-color: #7D4C23;
}
.TagClassName
{
border-color: #7D4C23;
}
</style>