Shades of Korma #7F4D23
Tints of Korma #7F4D23
RGB
CMYK
RGB Variations
Color information
#7F4D23 (or 0x7F4D23) is known color: Korma. HEX triplet: 7F, 4D and 23. RGB value is (127,77,35). Sum of RGB (Red+Green+Blue) = 127+77+35=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D23 is #80B2DC. Grayscale: #575757. Windows color (decimal): -8434397 or 2313599. OLE color: 2313599.
HSL color Cylindrical-coordinate representation of color #7F4D23: hue angle of 27.39º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F4D23 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 35 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.50 |
| HSL | 27.39º | 0.57% | 0.32% | - |
| HSV(B) | 27.39º | 0.72% | 0.5% | - |
| XYZ | 11.71 | 9.94 | 2.89 | - |
| YUV | 87.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 35 | 0 | 0.39 | 0.72 | 0.50 | 27.39 | 0.57 | 0.32 |
| Hex | 7F | 4D | 23 | 0 | 27 | 48 | 32 | 1B | 39 | 20 |
| Octal | 177 | 115 | 43 | 0 | 47 | 110 | 62 | 33 | 71 | 40 |
| Binary | 1111111 | 1001101 | 100011 | 0 | 100111 | 1001000 | 110010 | 11011 | 111001 | 100000 |
Color Harmonies of #7F4D23
Complementary color
Monochromatic Colors of #7F4D23
Black with #7F4D23
Text Example
Text Example
White with #7F4D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D23; }
p { color: rgb(127,77,35); }
H1.HeaderClassName
{
color: #7F4D23;
}
.AnyTagClassName
{
color: #7F4D23;
}
</style>
background-color css
<style>
a { background-color: #7F4D23; }
a { background-color: rgb(127,77,35); }
div.DivClassName
{
background-color: #7F4D23;
}
.BgClassName
{
background-color: #7F4D23;
}
</style>
border-color css
<style>
span { border-color: #7F4D23; }
span { border-color: rgb(127,77,35); }
td.TdClassName
{
border-color: #7F4D23;
}
.TagClassName
{
border-color: #7F4D23;
}
</style>