Shades of Korma #7E5023
Tints of Korma #7E5023
RGB
CMYK
RGB Variations
Color information
#7E5023 (or 0x7E5023) is known color: Korma. HEX triplet: 7E, 50 and 23. RGB value is (126,80,35). Sum of RGB (Red+Green+Blue) = 126+80+35=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5023 is #81AFDC. Grayscale: #585858. Windows color (decimal): -8499165 or 2314366. OLE color: 2314366.
HSL color Cylindrical-coordinate representation of color #7E5023: hue angle of 29.67º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E5023 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 35 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.51 |
| HSL | 29.67º | 0.57% | 0.32% | - |
| HSV(B) | 29.67º | 0.72% | 0.49% | - |
| XYZ | 11.78 | 10.29 | 2.96 | - |
| YUV | 88.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 35 | 0 | 0.37 | 0.72 | 0.51 | 29.67 | 0.57 | 0.32 |
| Hex | 7E | 50 | 23 | 0 | 25 | 48 | 33 | 1E | 39 | 20 |
| Octal | 176 | 120 | 43 | 0 | 45 | 110 | 63 | 36 | 71 | 40 |
| Binary | 1111110 | 1010000 | 100011 | 0 | 100101 | 1001000 | 110011 | 11110 | 111001 | 100000 |
Color Harmonies of #7E5023
Complementary color
Monochromatic Colors of #7E5023
Black with #7E5023
Text Example
Text Example
White with #7E5023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5023; }
p { color: rgb(126,80,35); }
H1.HeaderClassName
{
color: #7E5023;
}
.AnyTagClassName
{
color: #7E5023;
}
</style>
background-color css
<style>
a { background-color: #7E5023; }
a { background-color: rgb(126,80,35); }
div.DivClassName
{
background-color: #7E5023;
}
.BgClassName
{
background-color: #7E5023;
}
</style>
border-color css
<style>
span { border-color: #7E5023; }
span { border-color: rgb(126,80,35); }
td.TdClassName
{
border-color: #7E5023;
}
.TagClassName
{
border-color: #7E5023;
}
</style>